Merge pull request #27106 from alculquicondor/job-completion-annotation
Add well-known annotation for job-completion-index
This commit is contained in:
@@ -198,6 +198,15 @@ The kubelet can set this annotation on a Node to denote its configured IPv4 addr
|
|||||||
|
|
||||||
When kubelet is started with the "external" cloud provider, it sets this annotation on the Node to denote an IP address set from the command line flag (`--node-ip`). This IP is verified with the cloud provider as valid by the cloud-controller-manager.
|
When kubelet is started with the "external" cloud provider, it sets this annotation on the Node to denote an IP address set from the command line flag (`--node-ip`). This IP is verified with the cloud provider as valid by the cloud-controller-manager.
|
||||||
|
|
||||||
|
## batch.kubernetes.io/job-completion-index
|
||||||
|
|
||||||
|
Example: `batch.kubernetes.io/job-completion-index: "3"`
|
||||||
|
|
||||||
|
Used on: Pod
|
||||||
|
|
||||||
|
The Job controller in the kube-controller-manager sets this annotation for Pods
|
||||||
|
created with Indexed [completion mode](/docs/concepts/workloads/controllers/job/#completion-mode).
|
||||||
|
|
||||||
**The taints listed below are always used on Nodes**
|
**The taints listed below are always used on Nodes**
|
||||||
|
|
||||||
## node.kubernetes.io/not-ready
|
## node.kubernetes.io/not-ready
|
||||||
|
|||||||
Reference in New Issue
Block a user