Merge pull request #4987 from Shubham82/Correct_Link

Correct the Hyperlink of VPA design-proposal in README.
This commit is contained in:
Kubernetes Prow Robot 2022-06-27 03:30:58 -07:00 committed by GitHub
commit c9ad734a63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -302,6 +302,6 @@ VPA will set RAM request to 2 GB (following the resource policy) and RAM limit t
* [FAQ](FAQ.md)
* [Design
proposal](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md)
proposal](https://github.com/kubernetes/design-proposals-archive/blob/main/autoscaling/vertical-pod-autoscaler.md)
* [API
definition](pkg/apis/autoscaling.k8s.io/v1/types.go)