mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 23:19:39 -05:00
Directly install CSI drivers from (public) GitHub
This commit is contained in:
parent
fba697144d
commit
ae9fe284f7
@ -54,7 +54,7 @@ The following installation guide gives a brief overview of using CSI-based confi
|
|||||||
1. Install the CSI driver:
|
1. Install the CSI driver:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install azuredisk-csi-driver charts/edgeless/latest/azuredisk-csi-driver.tgz \
|
helm install azuredisk-csi-driver https://raw.githubusercontent.com/edgelesssys/constellation-azuredisk-csi-driver/main/charts/edgeless/latest/azuredisk-csi-driver.tgz \
|
||||||
--namespace kube-system \
|
--namespace kube-system \
|
||||||
--set linux.distro=fedora \
|
--set linux.distro=fedora \
|
||||||
--set controller.replicas=1
|
--set controller.replicas=1
|
||||||
@ -94,9 +94,7 @@ By default, integrity protection is disabled for performance reasons. If you wan
|
|||||||
1. Install the CSI driver:
|
1. Install the CSI driver:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver.git
|
kubectl apply -k github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver/deploy/kubernetes/overlays/edgeless/latest
|
||||||
cd constellation-gcp-compute-persistent-disk-csi-driver
|
|
||||||
kubectl apply -k ./deploy/kubernetes/overlays/edgeless/latest
|
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create a [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) for your driver
|
2. Create a [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) for your driver
|
||||||
|
Loading…
Reference in New Issue
Block a user