Skip to content

Commit ef8ca9a

Browse files
authored
Merge pull request #53892 from pmady/add-node-ttl-label
Document node.alpha.kubernetes.io/ttl label
2 parents ab666c2 + 129b019 commit ef8ca9a

File tree

1 file changed

+16
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+16
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,22 @@ If a Pod is already running and you change the `kubernetes.io/enforce-mountable-
835835
to true, or you edit the associated ServiceAccount to remove the reference to a Secret
836836
that 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

840856
Type: Label

0 commit comments

Comments
 (0)