@@ -63,35 +63,35 @@ Note that the following output is from Kubernetes 1.32.2:
63
63
``` shell
64
64
csi-driver-host-path % deploy/kubernetes-latest/deploy.sh
65
65
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
67
67
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
68
68
serviceaccount/csi-provisioner created
69
69
role.rbac.authorization.k8s.io/external-provisioner-cfg created
70
70
clusterrole.rbac.authorization.k8s.io/external-provisioner-runner created
71
71
rolebinding.rbac.authorization.k8s.io/csi-provisioner-role-cfg created
72
72
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
74
74
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
75
75
serviceaccount/csi-attacher created
76
76
role.rbac.authorization.k8s.io/external-attacher-cfg created
77
77
clusterrole.rbac.authorization.k8s.io/external-attacher-runner created
78
78
rolebinding.rbac.authorization.k8s.io/csi-attacher-role-cfg created
79
79
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
81
81
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
82
82
serviceaccount/csi-snapshotter created
83
83
role.rbac.authorization.k8s.io/external-snapshotter-leaderelection created
84
84
clusterrole.rbac.authorization.k8s.io/external-snapshotter-runner created
85
85
rolebinding.rbac.authorization.k8s.io/external-snapshotter-leaderelection created
86
86
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
88
88
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
89
89
serviceaccount/csi-resizer created
90
90
role.rbac.authorization.k8s.io/external-resizer-cfg created
91
91
clusterrole.rbac.authorization.k8s.io/external-resizer-runner created
92
92
rolebinding.rbac.authorization.k8s.io/csi-resizer-role-cfg created
93
93
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
95
95
kubectl apply --kustomize /var/folders/42/l7fg3dk55xn7jm24ld4bpkyw0000gn/T/tmp.ZKWrXmZPJ9
96
96
serviceaccount/csi-external-health-monitor-controller created
97
97
role.rbac.authorization.k8s.io/external-health-monitor-controller-cfg created
0 commit comments