Small grammar fix
parent
0b0c6a813a
commit
231f3ed94e
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue