diff --git a/vertical-pod-autoscaler/README.md b/vertical-pod-autoscaler/README.md index b3a3dc071c16..ddc40c08e6c9 100644 --- a/vertical-pod-autoscaler/README.md +++ b/vertical-pod-autoscaler/README.md @@ -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. @@ -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)