Fix a typo on labels-annotations-taints page
This commit is contained in:
parent
4502d3b438
commit
e4dde86ce2
|
@ -222,7 +222,9 @@ When a single IngressClass resource has this annotation set to `"true"`, new Ing
|
||||||
|
|
||||||
## kubernetes.io/ingress.class (deprecated)
|
## kubernetes.io/ingress.class (deprecated)
|
||||||
|
|
||||||
{{< note >}} Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`. {{< /note >}}
|
{{< note >}}
|
||||||
|
Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`.
|
||||||
|
{{< /note >}}
|
||||||
|
|
||||||
## storageclass.kubernetes.io/is-default-class
|
## storageclass.kubernetes.io/is-default-class
|
||||||
|
|
||||||
|
@ -230,7 +232,8 @@ Example: `storageclass.kubernetes.io/is-default-class=true`
|
||||||
|
|
||||||
Used on: StorageClass
|
Used on: StorageClass
|
||||||
|
|
||||||
When a single StorageClass resource has this annotation set to `"true"`, new Physical Volume Claim resource without a class specified will be assigned this default class.
|
When a single StorageClass resource has this annotation set to `"true"`, new PersistentVolumeClaim
|
||||||
|
resource without a class specified will be assigned this default class.
|
||||||
|
|
||||||
## alpha.kubernetes.io/provided-node-ip
|
## alpha.kubernetes.io/provided-node-ip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue