File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -835,6 +835,22 @@ If a Pod is already running and you change the `kubernetes.io/enforce-mountable-
835835to true, or you edit the associated ServiceAccount to remove the reference to a Secret
836836that the Pod is already using, the Pod continues to run.
837837
838+ # ## node.alpha.kubernetes.io/ttl (deprecated)
839+
840+ Type : Label
841+
842+ Example : ` node.alpha.kubernetes.io/ttl: "0"`
843+
844+ Used on : Node
845+
846+ This label was used historically by some tools (such as minikube) to set a time-to-live
847+ value for nodes. The label is deprecated and should not be used in new deployments.
848+
849+ {{< note >}}
850+ This label is deprecated and has no effect in current Kubernetes versions.
851+ It may still be set by older tools for backward compatibility.
852+ {{< /note >}}
853+
838854# ## node.kubernetes.io/exclude-from-external-load-balancers
839855
840856Type : Label
You can’t perform that action at this time.
0 commit comments