Skip to content

Commit 44cce36

Browse files
committed
VPA also requires scale subresource labelSelector
1 parent b55e8bc commit 44cce36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ To enable the scale subresource, the following fields are defined in the CustomR
15931593
`Scale.Status.Selector`.
15941594

15951595
- It is an optional value.
1596-
- It must be set to work with HPA.
1596+
- It must be set to work with HPA and VPA.
15971597
- Only JSONPaths under `.status` or `.spec` and with the dot notation are allowed.
15981598
- If there is no value under the `labelSelectorPath` in the custom resource,
15991599
the status selector value in the `/scale` subresource will default to the empty string.

0 commit comments

Comments
 (0)