Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions manifests/supervisorcluster/1.29/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ rules:
- apiGroups: ["cns.vmware.com"]
resources: ["storagepolicyquotas"]
verbs: ["get", "list", "watch"]
- apiGroups: ["cns.vmware.com"]
resources: ["storagepolicyreservations"]
verbs: ["get", "list", "watch"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["list"]
Expand Down Expand Up @@ -117,6 +120,9 @@ rules:
- apiGroups: ["encryption.vmware.com"]
resources: ["encryptionclasses"]
verbs: ["get", "list", "watch"]
- apiGroups: ["cluster.x-k8s.io"]
resources: ["clusters"]
verbs: ["get", "list", "watch"]
- apiGroups: ["nsx.vmware.com"]
resources: ["namespacenetworkinfos"]
verbs: ["get", "list"]
Expand Down Expand Up @@ -253,7 +259,7 @@ metadata:
name: vsphere-csi-controller
namespace: vmware-system-csi
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down Expand Up @@ -376,6 +382,10 @@ spec:
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
securityContext:
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65533
volumeMounts:
- mountPath: /csi
name: socket-dir
Expand Down Expand Up @@ -545,17 +555,13 @@ spec:
---
apiVersion: v1
data:
"volume-extend": "true"
"volume-health": "true"
"online-volume-extend": "true"
"file-volume": "true"
"trigger-csi-fullsync": "false"
"csi-sv-feature-states-replication": "true"
"fake-attach": "true"
"async-query-volume": "true"
"improved-csi-idempotency": "true"
"block-volume-snapshot": "true"
"sibling-replica-bound-pvc-check": "true"
"tkgs-ha": "true"
"list-volumes": "true"
"cnsmgr-suspend-create-volume": "true"
Expand All @@ -564,8 +570,10 @@ data:
"cns-unregister-volume": "false"
"workload-domain-isolation": "false"
"WCP_VMService_BYOK": "true"
"sv-pvc-snapshot-protection-finalizer": "false"
"file-volume-with-vm-service": "false"
"csi-transaction-support": "false"
"storage-policy-reservation-support": "false"
kind: ConfigMap
metadata:
name: csi-feature-states
Expand Down Expand Up @@ -653,15 +661,16 @@ webhooks:
operations: ["CREATE", "UPDATE", "DELETE"]
resources: ["persistentvolumeclaims"]
scope: "Namespaced"
- apiGroups: ["cns.vmware.com"]
apiVersions: ["v1alpha1"]
operations: ["CREATE", "DELETE"]
resources: ["cnsfileaccessconfigs"]
- apiGroups: ["snapshot.storage.k8s.io"]
apiVersions: ["v1"]
operations: ["CREATE", "DELETE"]
resources: ["volumesnapshots"]
scope: "Namespaced"
- apiGroups: ["cns.vmware.com"]
apiVersions: ["v1alpha1"]
operations: ["CREATE", "DELETE"]
resources: ["cnsfileaccessconfigs"]
scope: "Namespaced"
sideEffects: None
admissionReviewVersions: ["v1"]
failurePolicy: Fail
Expand All @@ -683,8 +692,8 @@ webhooks:
path: "/mutate"
rules:
- apiGroups: [""]
apiVersions: ["v1", "v1beta1"]
operations: ["CREATE", "UPDATE"]
apiVersions: ["v1"]
operations: ["CREATE"]
resources: ["persistentvolumeclaims"]
scope: "Namespaced"
- apiGroups: ["cns.vmware.com"]
Expand All @@ -707,6 +716,9 @@ rules:
- apiGroups: ["snapshot.storage.k8s.io"]
resources: ["volumesnapshots"]
verbs: ["get", "list"]
- apiGroups: ["storage.k8s.io"]
resources: ["storageclasses"]
verbs: ["get", "list", "watch"]
- apiGroups: ["encryption.vmware.com"]
resources: ["encryptionclasses"]
verbs: ["get", "list", "watch"]
Expand Down Expand Up @@ -759,7 +771,7 @@ metadata:
labels:
app: vsphere-csi-webhook
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
7 changes: 3 additions & 4 deletions manifests/supervisorcluster/1.30/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ metadata:
name: vsphere-csi-controller
namespace: vmware-system-csi
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down Expand Up @@ -555,7 +555,6 @@ spec:
---
apiVersion: v1
data:
"volume-health": "true"
"online-volume-extend": "true"
"file-volume": "true"
"trigger-csi-fullsync": "false"
Expand Down Expand Up @@ -658,7 +657,7 @@ webhooks:
path: "/validate"
rules:
- apiGroups: [""]
apiVersions: ["v1", "v1beta1"]
apiVersions: ["v1"]
operations: ["CREATE", "UPDATE", "DELETE"]
resources: ["persistentvolumeclaims"]
scope: "Namespaced"
Expand Down Expand Up @@ -772,7 +771,7 @@ metadata:
labels:
app: vsphere-csi-webhook
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
6 changes: 3 additions & 3 deletions manifests/supervisorcluster/1.31/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rules:
resources: ["cnsvolumemetadatas", "cnsfileaccessconfigs"]
verbs: ["get", "list", "watch", "update"]
- apiGroups: ["cns.vmware.com"]
resources: ["cnsnodevmattachments","cnsnodevmbatchattachments", "cnsnodevmbatchattachments/status"]
resources: ["cnsnodevmattachments", "cnsnodevmbatchattachments", "cnsnodevmbatchattachments/status"]
verbs: ["get", "list", "watch", "update", "patch"]
- apiGroups: ["cns.vmware.com"]
resources: ["cnscsisvfeaturestates"]
Expand Down Expand Up @@ -259,7 +259,7 @@ metadata:
name: vsphere-csi-controller
namespace: vmware-system-csi
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down Expand Up @@ -772,7 +772,7 @@ metadata:
labels:
app: vsphere-csi-webhook
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down
5 changes: 3 additions & 2 deletions manifests/supervisorcluster/1.32/cns-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ metadata:
name: vsphere-csi-controller
namespace: vmware-system-csi
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down Expand Up @@ -572,6 +572,7 @@ data:
"WCP_VMService_BYOK": "true"
"sv-pvc-snapshot-protection-finalizer": "false"
"file-volume-with-vm-service": "false"
"csi-transaction-support": "false"
"storage-policy-reservation-support": "false"
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -770,7 +771,7 @@ metadata:
labels:
app: vsphere-csi-webhook
spec:
replicas: 3
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
Expand Down