Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxy518 authored Aug 20, 2018
1 parent 58e107a commit 54d9e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vertical-pod-autoscaler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Make sure you leave them unset unless you want to use a non-default version of V

The script issues multiple `kubectl` commands to the
cluster that insert the configuration and start all needed pods (see
[architecture](http://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md#architecture-overview))
[architecture](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/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 @@ -212,6 +212,6 @@ kubectl delete clusterrolebinding myname-cluster-admin-binding
# Related links

* [Design
proposal](http://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md)
proposal](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md)
* [API
definition](http://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler/pkg/apis/poc.autoscaling.k8s.io/v1alpha1/types.go)
definition](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/pkg/apis/poc.autoscaling.k8s.io/v1alpha1/types.go)

0 comments on commit 54d9e30

Please sign in to comment.