Merge pull request #41993 from voelzmo/patch-3

Add that VPA also requires scale subresource labelSelectorPath
pull/42040/head
Kubernetes Prow Robot 2023-07-16 15:49:06 -07:00 committed by GitHub
commit c6a031928d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1593,7 +1593,7 @@ To enable the scale subresource, the following fields are defined in the CustomR
`Scale.Status.Selector`.
- It is an optional value.
- It must be set to work with HPA.
- It must be set to work with HPA and VPA.
- Only JSONPaths under `.status` or `.spec` and with the dot notation are allowed.
- If there is no value under the `labelSelectorPath` in the custom resource,
the status selector value in the `/scale` subresource will default to the empty string.