Skip to content

Commit 1a0de58

Browse files
author
dtumkursreenivas
committed
updating curl to kubectl
1 parent 47705f6 commit 1a0de58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/deploy-1.17-and-later.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,35 +63,35 @@ Note that the following output is from Kubernetes 1.32.2:
6363
```shell
6464
csi-driver-host-path % deploy/kubernetes-latest/deploy.sh
6565
applying RBAC rules
66-
curl https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/v5.2.0/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
66+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/v5.2.0/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
6767
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
6868
serviceaccount/csi-provisioner created
6969
role.rbac.authorization.k8s.io/external-provisioner-cfg created
7070
clusterrole.rbac.authorization.k8s.io/external-provisioner-runner created
7171
rolebinding.rbac.authorization.k8s.io/csi-provisioner-role-cfg created
7272
clusterrolebinding.rbac.authorization.k8s.io/csi-provisioner-role created
73-
curl https://raw.githubusercontent.com/kubernetes-csi/external-attacher/v4.8.0/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
73+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-attacher/v4.8.0/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
7474
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
7575
serviceaccount/csi-attacher created
7676
role.rbac.authorization.k8s.io/external-attacher-cfg created
7777
clusterrole.rbac.authorization.k8s.io/external-attacher-runner created
7878
rolebinding.rbac.authorization.k8s.io/csi-attacher-role-cfg created
7979
clusterrolebinding.rbac.authorization.k8s.io/csi-attacher-role created
80-
curl https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v8.2.0/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
80+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/v8.2.0/deploy/kubernetes/csi-snapshotter/rbac-csi-snapshotter.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
8181
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
8282
serviceaccount/csi-snapshotter created
8383
role.rbac.authorization.k8s.io/external-snapshotter-leaderelection created
8484
clusterrole.rbac.authorization.k8s.io/external-snapshotter-runner created
8585
rolebinding.rbac.authorization.k8s.io/external-snapshotter-leaderelection created
8686
clusterrolebinding.rbac.authorization.k8s.io/csi-snapshotter-role created
87-
curl https://raw.githubusercontent.com/kubernetes-csi/external-resizer/v1.13.1/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
87+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-resizer/v1.13.1/deploy/kubernetes/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
8888
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
8989
serviceaccount/csi-resizer created
9090
role.rbac.authorization.k8s.io/external-resizer-cfg created
9191
clusterrole.rbac.authorization.k8s.io/external-resizer-runner created
9292
rolebinding.rbac.authorization.k8s.io/csi-resizer-role-cfg created
9393
clusterrolebinding.rbac.authorization.k8s.io/csi-resizer-role created
94-
curl https://raw.githubusercontent.com/kubernetes-csi/external-health-monitor/v0.14.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
94+
kubectl apply -f https://raw.githubusercontent.com/kubernetes-csi/external-health-monitor/v0.14.0/deploy/kubernetes/external-health-monitor-controller/rbac.yaml --output /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9/rbac.yaml --silent --location
9595
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
9696
serviceaccount/csi-external-health-monitor-controller created
9797
role.rbac.authorization.k8s.io/external-health-monitor-controller-cfg created

0 commit comments

Comments
 (0)