Skip to content

Commit

Permalink
Explicitly set nodeSelector in aws ccm for standalone case
Browse files Browse the repository at this point in the history
K0s node is registered with `node-role.kubernetes.io/control-plane: true`
label.
  • Loading branch information
eromanova committed Jun 20, 2024
1 parent 952d10a commit 1c8373c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/aws-standalone-cp/templates/k0scontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ spec:
chartname: aws-cloud-controller-manager/aws-cloud-controller-manager
version: "0.0.8"
values: |
nodeSelector:
node-role.kubernetes.io/control-plane: "true"
args:
- --v=2
- --cloud-provider=aws
Expand Down

0 comments on commit 1c8373c

Please sign in to comment.