Skip to content

Commit 5a625bd

Browse files
authored
Chore - Enable profiling by default (#3638)
1 parent e6af91f commit 5a625bd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

manifests/supervisorcluster/1.29/cns-csi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ spec:
401401
- name: vsphere-csi-controller
402402
image: localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
403403
args:
404-
- "--enable-profile-server=false"
404+
- "--enable-profile-server=true"
405405
ports:
406406
- containerPort: 2112
407407
name: prometheus
@@ -473,7 +473,7 @@ spec:
473473
- "--leader-election-retry-period=30s"
474474
- "--storagequota-sync-interval=10m"
475475
- "--webhook-client-cert-verification"
476-
- "--enable-profile-server=false"
476+
- "--enable-profile-server=true"
477477
env:
478478
- name: CLUSTER_FLAVOR
479479
value: "WORKLOAD"

manifests/supervisorcluster/1.30/cns-csi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ spec:
404404
- name: vsphere-csi-controller
405405
image: localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406406
args:
407-
- "--enable-profile-server=false"
407+
- "--enable-profile-server=true"
408408
ports:
409409
- containerPort: 2112
410410
name: prometheus
@@ -476,7 +476,7 @@ spec:
476476
- "--leader-election-retry-period=30s"
477477
- "--storagequota-sync-interval=10m"
478478
- "--webhook-client-cert-verification"
479-
- "--enable-profile-server=false"
479+
- "--enable-profile-server=true"
480480
env:
481481
- name: CLUSTER_FLAVOR
482482
value: "WORKLOAD"

manifests/supervisorcluster/1.31/cns-csi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ spec:
404404
- name: vsphere-csi-controller
405405
image: localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406406
args:
407-
- "--enable-profile-server=false"
407+
- "--enable-profile-server=true"
408408
ports:
409409
- containerPort: 2112
410410
name: prometheus
@@ -476,7 +476,7 @@ spec:
476476
- "--leader-election-retry-period=30s"
477477
- "--storagequota-sync-interval=10m"
478478
- "--webhook-client-cert-verification"
479-
- "--enable-profile-server=false"
479+
- "--enable-profile-server=true"
480480
env:
481481
- name: CLUSTER_FLAVOR
482482
value: "WORKLOAD"

manifests/supervisorcluster/1.32/cns-csi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ spec:
404404
- name: vsphere-csi-controller
405405
image: localhost:5000/vmware/vsphere-csi:<vsphere_csi_ver>
406406
args:
407-
- "--enable-profile-server=false"
407+
- "--enable-profile-server=true"
408408
ports:
409409
- containerPort: 2112
410410
name: prometheus
@@ -476,7 +476,7 @@ spec:
476476
- "--leader-election-retry-period=30s"
477477
- "--storagequota-sync-interval=10m"
478478
- "--webhook-client-cert-verification"
479-
- "--enable-profile-server=false"
479+
- "--enable-profile-server=true"
480480
env:
481481
- name: CLUSTER_FLAVOR
482482
value: "WORKLOAD"

0 commit comments

Comments
 (0)