-
Notifications
You must be signed in to change notification settings - Fork 464
Ignore Node Readiness Controller Taints #2934
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
What problem are you trying to solve?
Node Readiness Controller is beta in 1.36. it auto-adds taints with a
readiness.k8s.ioprefix based on CRD Rules in the cluster. The taint logic in statenode.go should probably ignore these taintsHow important is this feature to you?
Not sure how widespread this will be with Karpenter users, not sure what adoption is.