Skip to content

Commit

Permalink
remove the snapshot-controller and csi-snapshotter from addons template
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr committed Jul 11, 2023
1 parent 861e203 commit 5e2d9c1
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions templates/cluster-template-oci-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,23 +516,6 @@ data:
volumeMounts:
- mountPath: /var/run/shared-tmpfs
name: shared-tmpfs
- name: snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v6.2.0
args:
- --leader-election
imagePullPolicy: "IfNotPresent"
volumeMounts:
- mountPath: /var/run/shared-tmpfs
name: shared-tmpfs
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.2.0
args:
- --csi-address=/var/run/shared-tmpfs/csi.sock
- --leader-election
imagePullPolicy: "IfNotPresent"
volumeMounts:
- mountPath: /var/run/shared-tmpfs
name: shared-tmpfs
- name: oci-csi-controller-driver
args:
- --endpoint=unix://var/run/shared-tmpfs/csi.sock
Expand Down

0 comments on commit 5e2d9c1

Please sign in to comment.