mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
remove .md from annotations link text
Adds consistency with the other links on the page.
This commit is contained in:
parent
eeb712d163
commit
f58198bad8
@ -11,7 +11,7 @@ Kubernetes supports a unique [networking model](networking.md). Kubernetes encou
|
||||
|
||||
Each resource has a map of key-value [labels](labels.md). Individual labels are used to specify identifying metadata that can be used to define sets of resources by specifying required labels.
|
||||
|
||||
Each resource also has a map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about this object, called [annotations.md](annotations.md).
|
||||
Each resource also has a map of string keys and values that can be used by external tooling to store and retrieve arbitrary metadata about this object, called [annotations](annotations.md).
|
||||
|
||||
Each resource is created within a specific [namespace](namespaces.md), a default one if unspecified.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user