Skip to content

Commit

Permalink
Add node.tolerateAllTaints to ebs-csi driver chart to fix topology error
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <ksquizzato@mirantis.com>
  • Loading branch information
squizzi committed Sep 15, 2024
1 parent 2da5382 commit 8ec1900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ spec:
enabled: true
node:
kubeletPath: /var/lib/k0s/kubelet
tolerateAllTaints: true
2 changes: 2 additions & 0 deletions templates/cluster/aws-standalone-cp/templates/awscluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: {{ include "cluster.name" . }}
annotations:
aws.cluster.x-k8s.io/external-resource-gc: "true"
finalizers:
- hmc.mirantis.com/cleanup
spec:
region: {{ .Values.region }}
# identityRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
enabled: true
node:
kubeletPath: /var/lib/k0s/kubelet
tolerateAllTaints: true
machineTemplate:
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta2
Expand Down

0 comments on commit 8ec1900

Please sign in to comment.