File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/reference/kubectl Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ For a stable output in a script:
2222
2323## Subresources
2424
25- * You can use the ` --subresource ` alpha flag for kubectl commands like ` get ` , ` patch ` ,
25+ * You can use the ` --subresource ` beta flag for kubectl commands like ` get ` , ` patch ` ,
2626` edit ` and ` replace ` to fetch and update subresources for all resources that
2727support them. Currently, only the ` status ` and ` scale ` subresources are supported.
28+ * Please note that the ` scale ` subresource is not supported for use with the ` --subresource ` flag for the ` kubectl edit ` command.
2829* The API contract against a subresource is identical to a full resource. While updating the
2930` status ` subresource to a new value, keep in mind that the subresource could be potentially
3031reconciled by a controller to a different value.
You can’t perform that action at this time.
0 commit comments