Skip to content

Commit 61b721d

Browse files
KnVereyTim Bannister
andauthored
Apply suggestions from code review
Co-authored-by: Tim Bannister <[email protected]>
1 parent b9700f0 commit 61b721d

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ If this annotation is not set then the cluster autoscaler follows its Pod-level
108108

109109
Example: `config.kubernetes.io/local-config: "true"`
110110

111-
Used on: All resources
111+
Used on: All objects
112112

113113
This annotation is used to mark a resource as a local configuration file that should not be applied to the API server. It is part of the [Kubernetes Resource Model (KRM) Functions Specification](https://github.com/kubernetes-sigs/kustomize/blob/ce3e394a414387ce09679523902e981414b09a1a/cmd/config/docs/api-conventions/functions-spec.md) that is used by tools such as Kustomize and Kpt. For example, Kustomize removes objects with this annotation from its final build output.
114114

115115
A value of "true" for this annotation declares that the resource is only consumed by client-side tooling and should not be applied to the API server.
116116

117117
A value of "false" can be used to declare that a resource should be applied to the API server even when it would otherwise be assumed to be local.
118118

119-
### internal.config.kubernetes.io/* (reserved prefix)
119+
### internal.config.kubernetes.io/* (reserved prefix) {#internal.config.kubernetes.io-reserved-wildcard}
120120

121121
Used on: All resources
122122

@@ -130,7 +130,7 @@ Example: `internal.config.kubernetes.io/path: "relative/file/path.yaml"`
130130

131131
Used on: All resources
132132

133-
Records the slash-delimited, OS-agnostic, relative file path to a resource. The path is relative to a fixed location on the filesystem, determined by the orchestrator.
133+
Records the slash-delimited, OS-agnostic, relative file path to a manifest representing a resource. The path is relative to a fixed location on the filesystem, determined by the orchestrator tool.
134134

135135
This annotation is part of the [Kubernetes Resource Model (KRM) Functions Specification](https://github.com/kubernetes-sigs/kustomize/blob/ce3e394a414387ce09679523902e981414b09a1a/cmd/config/docs/api-conventions/functions-spec.md) that is used by function orchestrator tools such as Kustomize and Kpt.
136136

0 commit comments

Comments
 (0)