Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frankyang0529/harvester-csi-driver
https://github.com/frankyang0529/harvester-csi-driver
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frankyang0529/harvester-csi-driver
- Owner: FrankYang0529
- License: apache-2.0
- Fork: true (harvester/harvester-csi-driver)
- Created: 2023-09-19T09:41:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:17:32.000Z (3 months ago)
- Last Synced: 2024-08-27T08:35:30.105Z (3 months ago)
- Language: Go
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Harvester CSI Driver
The Harvester Container Storage Interface (CSI) Driver provides a [CSI](https://github.com/container-storage-interface/spec/blob/master/spec.md) interface used by guest kubernetes clusters in Harvester. It connects to the host cluster and hot-plug host volumes to the VMs to provide native storage performance.
## Building
`make`
## Deploying
### Prerequisites
- The Kubernetes cluster is built on top of Harvester virtual machines.
- The Harvester virtual machines running as guest Kubernetes nodes are in the same namespace.### Deploying with Harvester RKE2 node driver
When spin up a kubernetes cluster using Rancher RKE2 node driver, the Harvester CSI driver will be deployed when harvester cloud provider is selected.
### Deploying with Harvester RKE1 node driver
1. Select the external cloud provider option.
2. Generate addon configuration and add it in the rke config yaml.
```
# depend on kubectl to operate the Harvester
./deploy/generate_addon.sh
```## License
Copyright (c) 2023 [Rancher Labs, Inc.](http://rancher.com)Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.