Skip to content

Commit

Permalink
Merge pull request kubernetes#4960 from voelzmo/patch-1
Browse files Browse the repository at this point in the history
Adapt links to original design-proposal in README
  • Loading branch information
k8s-ci-robot authored Jun 13, 2022
2 parents e35694d + cb555ae commit f5a7892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vertical-pod-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ please upgrade openssl to version 1.1.1 or higher (needs to support -addext opti

The script issues multiple `kubectl` commands to the
cluster that insert the configuration and start all needed pods (see
[architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md#architecture-overview))
[architecture](https://github.com/kubernetes/design-proposals-archive/blob/main/autoscaling/vertical-pod-autoscaler.md#architecture-overview))
in the `kube-system` namespace. It also generates
and uploads a secret (a CA cert) used by VPA Admission Controller when communicating
with the API server.
Expand Down Expand Up @@ -224,7 +224,7 @@ kills them so that they can be recreated by their controllers with the updated r
* [Admission Plugin](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/admission-controller/README.md) - it sets the correct resource requests on new pods (either just created
or recreated by their controller due to Updater's activity).

More on the architecture can be found [HERE](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md).
More on the architecture can be found [HERE](https://github.com/kubernetes/design-proposals-archive/blob/main/autoscaling/vertical-pod-autoscaler.md).

### Tear down

Expand Down

0 comments on commit f5a7892

Please sign in to comment.