Skip to content

Commit e7a1b98

Browse files
reference/kubectl: Update docs for moving feaature to beta
Signed-off-by: Madhav Jivrajani <[email protected]>
1 parent 3ea93fa commit e7a1b98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/reference/kubectl/conventions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2727
support 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
3031
reconciled by a controller to a different value.

0 commit comments

Comments
 (0)