mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 18:20:23 +00:00
fix: helm chart tolerations
CCM has to have tolerations against uninitialized nodes. Signed-off-by: Serge Logvinov <serge.logvinov@sinextra.dev>
This commit is contained in:
@@ -44,12 +44,12 @@ rules:
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
# - apiGroups:
|
||||
# - ""
|
||||
# resources:
|
||||
# - serviceaccounts/token
|
||||
# verbs:
|
||||
# - create
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- serviceaccounts/token
|
||||
verbs:
|
||||
- create
|
||||
# - apiGroups:
|
||||
# - certificates.k8s.io
|
||||
# resources:
|
||||
|
||||
@@ -79,5 +79,8 @@ tolerations:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
- effect: NoSchedule
|
||||
key: node.cloudprovider.kubernetes.io/uninitialized
|
||||
operator: Exists
|
||||
|
||||
affinity: {}
|
||||
|
||||
@@ -92,12 +92,12 @@ rules:
|
||||
verbs:
|
||||
- create
|
||||
- get
|
||||
# - apiGroups:
|
||||
# - ""
|
||||
# resources:
|
||||
# - serviceaccounts/token
|
||||
# verbs:
|
||||
# - create
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- serviceaccounts/token
|
||||
verbs:
|
||||
- create
|
||||
# - apiGroups:
|
||||
# - certificates.k8s.io
|
||||
# resources:
|
||||
@@ -228,6 +228,9 @@ spec:
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
- effect: NoSchedule
|
||||
key: node.cloudprovider.kubernetes.io/uninitialized
|
||||
operator: Exists
|
||||
volumes:
|
||||
- name: cloud-config
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user