summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Corsini <andrea.corsini@outlook.com>2018-12-27 17:11:56 +0100
committerkeni7385 <andrea.corsini@outlook.com>2019-01-02 12:44:45 +0100
commita358faf31a22995be6646bffa13b95e2bf643061 (patch)
tree4ae5e2f40cc23f1e0525ef4fc9f4fe671f96d19a
parentd0796c72995f1e69f87333008d6722bdbbea5c13 (diff)
Fix link 404 to resource-qos.md
The link to file `resource-qos.md` was broken. I changed with this one: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/resource-qos.md Also absolute links within this repository are made relative.
-rw-r--r--contributors/design-proposals/autoscaling/vertical-pod-autoscaler.md4
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