Skip to content

Commit e4dde86

Browse files
committed
Fix a typo on labels-annotations-taints page
1 parent 4502d3b commit e4dde86

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,18 @@ When a single IngressClass resource has this annotation set to `"true"`, new Ing
222222

223223
## kubernetes.io/ingress.class (deprecated)
224224

225-
{{< note >}} Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`. {{< /note >}}
225+
{{< note >}}
226+
Starting in v1.18, this annotation is deprecated in favor of `spec.ingressClassName`.
227+
{{< /note >}}
226228

227229
## storageclass.kubernetes.io/is-default-class
228230

229231
Example: `storageclass.kubernetes.io/is-default-class=true`
230232

231233
Used on: StorageClass
232234

233-
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.
235+
When a single StorageClass resource has this annotation set to `"true"`, new PersistentVolumeClaim
236+
resource without a class specified will be assigned this default class.
234237

235238
## alpha.kubernetes.io/provided-node-ip
236239

0 commit comments

Comments
 (0)