Skip to content

Commit b8651be

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ 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+
* For `kubectl edit`, the `scale` subresource is not supported. If you use `--subresource` with
29+
`kubectl edit` and specify `scale` as the subresource, the command will error out.
2830
* The API contract against a subresource is identical to a full resource. While updating the
2931
`status` subresource to a new value, keep in mind that the subresource could be potentially
3032
reconciled by a controller to a different value.

0 commit comments

Comments
 (0)