Skip to content

Commit bdcf995

Browse files
authored
Merge pull request #41941 from windsonsea/labann
Fix typos in labels-annotations-taints
2 parents f727fee + 885b8ae commit bdcf995

File tree

1 file changed

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

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Starting from v1.9, this label is deprecated.
4343

4444
### app.kubernetes.io/instance
4545

46-
Type: Label
46+
Type: Label
4747

4848
Example: `app.kubernetes.io/instance: "mysql-abcxzy"`
4949

@@ -180,6 +180,7 @@ There is no relation between the value of this label and object UID.
180180
### applyset.kubernetes.io/is-parent-type (alpha) {#applyset-kubernetes-io-is-parent-type}
181181

182182
Type: Label
183+
183184
Example: `applyset.kubernetes.io/is-parent-type: "true"`
184185

185186
Used on: Custom Resource Definition (CRD)
@@ -399,7 +400,7 @@ This label can have one of three values: `Reconcile`, `EnsureExists`, or `Ignore
399400
- `Ignore`: Addon resources will be ignored. This mode is useful for add-ons that are not
400401
compatible with the add-on manager or that are managed by another controller.
401402

402-
For more details, see [Addon-manager](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md)
403+
For more details, see [Addon-manager](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/addon-manager/README.md).
403404

404405
### beta.kubernetes.io/arch (deprecated)
405406

@@ -758,7 +759,7 @@ Kubernetes makes a few assumptions about the structure of zones and regions:
758759

759760
1. regions and zones are hierarchical: zones are strict subsets of regions and
760761
no zone can be in 2 regions
761-
2) zone names are unique across regions; for example region "africa-east-1" might be comprised
762+
2. zone names are unique across regions; for example region "africa-east-1" might be comprised
762763
of zones "africa-east-1a" and "africa-east-1b"
763764

764765
It should be safe to assume that topology labels do not change.
@@ -796,7 +797,7 @@ Example: `volume.beta.kubernetes.io/storage-provisioner: "k8s.io/minikube-hostpa
796797
Used on: PersistentVolumeClaim
797798

798799
This annotation has been deprecated since v1.23.
799-
See [volume.kubernetes.io/storage-provisioner](#volume-kubernetes-io-storage-provisioner)
800+
See [volume.kubernetes.io/storage-provisioner](#volume-kubernetes-io-storage-provisioner).
800801

801802
### volume.beta.kubernetes.io/storage-class (deprecated)
802803

@@ -1009,6 +1010,7 @@ Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassN
10091010
### storageclass.kubernetes.io/is-default-class
10101011

10111012
Type: Annotation
1013+
10121014
Example: `storageclass.kubernetes.io/is-default-class: "true"`
10131015

10141016
Used on: StorageClass
@@ -1065,8 +1067,7 @@ container.
10651067
{{< note >}}
10661068
This annotation is deprecated. You should use the
10671069
[`kubectl.kubernetes.io/default-container`](#kubectl-kubernetes-io-default-container)
1068-
annotation instead.
1069-
Kubernetes versions 1.25 and newer ignore this annotation.
1070+
annotation instead. Kubernetes versions 1.25 and newer ignore this annotation.
10701071
{{< /note >}}
10711072

10721073
### endpoints.kubernetes.io/over-capacity
@@ -1324,7 +1325,7 @@ Type: Label
13241325

13251326
Example: `feature.node.kubernetes.io/network-sriov.capable: "true"`
13261327

1327-
Used on: Node
1328+
Used on: Node
13281329

13291330
These labels are used by the Node Feature Discovery (NFD) component to advertise
13301331
features on a node. All built-in labels use the `feature.node.kubernetes.io` label
@@ -1636,7 +1637,7 @@ the integration configures an internal load balancer.
16361637
If you use the [AWS load balancer controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/),
16371638
see [`service.beta.kubernetes.io/aws-load-balancer-scheme`](#service-beta-kubernetes-io-aws-load-balancer-scheme).
16381639

1639-
### service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules (beta) {#service-beta-kubernetes-io-aws-load-balancer-manage-backend-security-group-rules)
1640+
### service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules (beta) {#service-beta-kubernetes-io-aws-load-balancer-manage-backend-security-group-rules}
16401641

16411642
Example: `service.beta.kubernetes.io/aws-load-balancer-manage-backend-security-group-rules: "true"`
16421643

@@ -1662,7 +1663,7 @@ balancer to the value you set for _this_ annotation.
16621663
See [annotations](https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/guide/service/annotations/)
16631664
in the AWS load balancer controller documentation.
16641665

1665-
### service.beta.kubernetes.io/aws-load-balancer-nlb-target-type (beta) {#service-beta-kubernetes-io-aws-load-balancer-nlb-target-type)
1666+
### service.beta.kubernetes.io/aws-load-balancer-nlb-target-type (beta) {#service-beta-kubernetes-io-aws-load-balancer-nlb-target-type}
16661667

16671668
Example: `service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: "true"`
16681669

@@ -2044,10 +2045,10 @@ of the exposed advertise address/port endpoint for that API server instance.
20442045

20452046
Type: Annotation
20462047

2047-
Used on: ConfigMap
2048-
20492048
Example: `kubeadm.kubernetes.io/component-config.hash: 2c26b46b68ffc68ff99b453c1d30413413422d706483bfa0f98a5e886266e7ae`
20502049

2050+
Used on: ConfigMap
2051+
20512052
Annotation that kubeadm places on ConfigMaps that it manages for configuring components.
20522053
It contains a hash (SHA-256) used to determine if the user has applied settings different
20532054
from the kubeadm defaults for a particular component.
@@ -2098,4 +2099,3 @@ Taint that kubeadm previously applied on control plane nodes to allow only criti
20982099
workloads to schedule on them. Replaced by the
20992100
[`node-role.kubernetes.io/control-plane`](#node-role-kubernetes-io-control-plane-taint)
21002101
taint. kubeadm no longer sets or uses this deprecated taint.
2101-

0 commit comments

Comments
 (0)