Skip to content

Commit 87364a0

Browse files
authored
Add missing word 'be'
1 parent 1869573 commit 87364a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ after upgrading the objects to a new stored version.
7272
Removing an old version:
7373

7474
1. Ensure all clients are fully migrated to the new version. The kube-apiserver
75-
logs can reviewed to help identify any clients that are still accessing via
75+
logs can be reviewed to help identify any clients that are still accessing via
7676
the old version.
7777
1. Set `served` to `false` for the old version in the `spec.versions` list. If
7878
any clients are still unexpectedly using the old version they may begin reporting

0 commit comments

Comments
 (0)