diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-01-02 04:18:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-02 04:18:09 -0800 |
| commit | b316f5aa07489fd7410a2a6493d2de28bead2094 (patch) | |
| tree | ee73317d71c816bfe650bcdd00f5bc2de359c624 | |
| parent | 76ecb46f91335472c522695bc24940689058ee5b (diff) | |
| parent | a358faf31a22995be6646bffa13b95e2bf643061 (diff) | |
Merge pull request #3061 from keni7385/fix-broken-link-in-vpa
Fix link 404 to resource-qos.md in vertical-pod-autoscaler.md
| -rw-r--r-- | contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md b/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md index cbeda24d..d28e4a9d 100644 --- a/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md +++ b/contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md @@ -44,7 +44,7 @@ Introduction ### Background ### * [Compute resources](https://kubernetes.io/docs/user-guide/compute-resources/) -* [Resource QoS](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-qos.md) +* [Resource QoS](/contributors/design-proposals/node/resource-qos.md) * [Admission Controllers](https://kubernetes.io/docs/admin/admission-controllers/) * [External Admission Webhooks](https://kubernetes.io/docs/admin/extensible-admission-controllers/#external-admission-webhooks) @@ -449,7 +449,7 @@ user who wants to create the VPA config together with submitting the Pod. The VPA Admission Controller will be implemented as an [External Admission Hook](https://kubernetes.io/docs/admin/extensible-admission-controllers/#external-admission-webhooks). Note however that this depends on the proposed feature to allow -[mutating webhook admission controllers](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/api-machinery/admission_control_extension.md#future-work). +[mutating webhook admission controllers](/contributors/design-proposals/api-machinery/admission_control_extension.md#future-work). ### Recommender ### Recommender is the main component of the VPA. It is responsible for |
