Files
proxmox-cloud-controller-ma…/docs/deploy/cloud-controller-manager.yml
Philipp Born a76b7c28da chore: replace nodeSelector with nodeAffinity in chart + manifests
Some K8s distributions might label control-plane nodes with
```
node-role.kubernetes.io/control-plane: "true"
```
rather than
```
node-role.kubernetes.io/control-plane: ""
```
which makes the default `nodeSelector` fail. Replacing it with a `affinity.nodeAffinity` nodeSelector fixes it.
2023-12-14 22:42:29 +02:00

5.6 KiB