• Kubernetes Submit Queue's avatar
    Merge pull request #38957 from aveshagarwal/master-taints-tolerations-api-fields · 6024f56f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 38957, 41819, 41851, 40667, 41373)
    
    Change taints/tolerations to api fields
    
    This PR changes current implementation of taints and tolerations from annotations to API fields. Taint and toleration are now part of `NodeSpec` and `PodSpec`, respectively. The annotation keys: `scheduler.alpha.kubernetes.io/tolerations` and `scheduler.alpha.kubernetes.io/taints`  have been removed.
    
    **Release note**:
    Pod tolerations and node taints have moved from annotations to API fields in the PodSpec and NodeSpec, respectively. Pod tolerations and node taints that are defined in the annotations will be ignored. The annotation keys: `scheduler.alpha.kubernetes.io/tolerations` and `scheduler.alpha.kubernetes.io/taints`  have been removed.
    6024f56f
Name
Last commit
Last update
..
abac Loading commit data...
apps Loading commit data...
authentication Loading commit data...
authorization Loading commit data...
autoscaling Loading commit data...
batch Loading commit data...
certificates Loading commit data...
componentconfig Loading commit data...
extensions Loading commit data...
imagepolicy Loading commit data...
meta/v1 Loading commit data...
policy Loading commit data...
rbac Loading commit data...
storage Loading commit data...
OWNERS Loading commit data...