Small grammar fix

pull/38360/head
Dmitry Fedorov 2022-12-09 20:07:20 +04:00 committed by GitHub
parent 0b0c6a813a
commit 231f3ed94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ kubectl patch deployment patch-demo --patch '{"spec": {"template": {"spec": {"co
The flag `--subresource=[subresource-name]` is used with kubectl commands like get, patch, The flag `--subresource=[subresource-name]` is used with kubectl commands like get, patch,
edit and replace to fetch and update `status` and `scale` subresources of the resources edit and replace to fetch and update `status` and `scale` subresources of the resources
(applicable for kubectl version v1.24 or more). This flag is used with all the API resources (applicable for kubectl version v1.24 or more). This flag is used with all the API resources
(built-in and CRs) which has `status` or `scale` subresource. Deployment is one of the (built-in and CRs) that have `status` or `scale` subresource. Deployment is one of the
examples which supports these subresources. examples which supports these subresources.
Here's a manifest for a Deployment that has two replicas: Here's a manifest for a Deployment that has two replicas: