mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-21 06:21:43 -04:00
disable service controller for aws ccm
This commit is contained in:
parent
a98e294166
commit
c451c3fe86
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ spec:
|
||||||
- --leader-elect=true
|
- --leader-elect=true
|
||||||
- --allocate-node-cidrs=false
|
- --allocate-node-cidrs=false
|
||||||
- --configure-cloud-routes=false
|
- --configure-cloud-routes=false
|
||||||
|
- --controllers=*,-service
|
||||||
- -v=2
|
- -v=2
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: etckubernetes
|
- name: etckubernetes
|
||||||
|
|
|
@ -22,6 +22,7 @@ spec:
|
||||||
- --leader-elect=true
|
- --leader-elect=true
|
||||||
- --allocate-node-cidrs=false
|
- --allocate-node-cidrs=false
|
||||||
- --configure-cloud-routes=false
|
- --configure-cloud-routes=false
|
||||||
|
- --controllers=*,-service
|
||||||
- -v=2
|
- -v=2
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/kubernetes
|
- mountPath: /etc/kubernetes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue