mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #3597 from ryfow/patch-1
Remove .md from annotations link text
This commit is contained in:
commit
4a4013a8a6
@ -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