We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1869573 commit 87364a0Copy full SHA for 87364a0
content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md
@@ -72,7 +72,7 @@ after upgrading the objects to a new stored version.
72
Removing an old version:
73
74
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
+ logs can be reviewed to help identify any clients that are still accessing via
76
the old version.
77
1. Set `served` to `false` for the old version in the `spec.versions` list. If
78
any clients are still unexpectedly using the old version they may begin reporting
0 commit comments