Note about deleting attacher
This commit is contained in:
parent
6b72154ebc
commit
5a3a517315
1 changed files with 8 additions and 0 deletions
|
@ -39,6 +39,14 @@ kubectl create -f driver.yaml
|
||||||
kubectl create -f csi-s3.yaml
|
kubectl create -f csi-s3.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you're upgrading from a previous version which had `attacher.yaml` you
|
||||||
|
can safely delete all resources created from that file:
|
||||||
|
|
||||||
|
```
|
||||||
|
wget https://raw.githubusercontent.com/yandex-cloud/k8s-csi-s3/v0.35.5/deploy/kubernetes/attacher.yaml
|
||||||
|
kubectl delete -f attacher.yaml
|
||||||
|
```
|
||||||
|
|
||||||
### 3. Create the storage class
|
### 3. Create the storage class
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue