Skip to content

Commit

Permalink
Merge pull request #4050 from afirth/patch-1
Browse files Browse the repository at this point in the history
Add example to AWS readme if taint has value
  • Loading branch information
k8s-ci-robot authored Aug 5, 2021
2 parents 4b4bc85 + 29280ee commit ca49c2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster-autoscaler/cloudprovider/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ be labeled or tainted when they join the cluster, such as:

* `k8s.io/cluster-autoscaler/node-template/label/foo`: `bar`
* `k8s.io/cluster-autoscaler/node-template/taint/dedicated`: `NoSchedule`
* `k8s.io/cluster-autoscaler/node-template/taint/tier:` `batch:NoSchedule`

**NOTE:** It is your responsibility to ensure such labels and/or taints are
applied via the node's kubelet configuration at startup.
applied via the node's kubelet configuration at startup. Cluster Autoscaler will not set the node taints for you.

Recommendations:

Expand Down

0 comments on commit ca49c2c

Please sign in to comment.