Set interruptible label to nodes #3504
Labels
kind/design
Categorizes issue or PR as related to design.
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
User Story
As a user, I would like to have a
"cluster.x-k8s.io/interruptible"
label on Nodes that run on interruptible instances(see https://github.com/kubernetes-sigs/cluster-api/blob/master/docs/proposals/20200330-spot-instances.md).Detailed Description
Having
"cluster.x-k8s.io/interruptible"
label on Nodes that run on interruptible instances should help us with implementing a termination handler(see #3528). We'll be able to create a DaemonSet that runs a termination handler on each node.Based on the discussion here #3668. @ncdc's suggestion(1, 2) is:
The following snippet should work:
/kind feature
The text was updated successfully, but these errors were encountered: