diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-11-28 23:13:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-28 23:13:00 -0800 |
| commit | 41c69982de49a67b131d3215eb01d50587d59352 (patch) | |
| tree | 4792d80c88cbd5d54a6e91cda148e30944cfbc0f | |
| parent | d099f66a5da9745556b38ef64b321d72f2b9dce9 (diff) | |
| parent | 4bbfc06dd1b5b56a9ea5886efcbd384e28324479 (diff) | |
Merge pull request #1442 from sak0/dev
Automatic merge from submit-queue.
hpa: fix invalid links
hpa-v2.md: fix invalid links
Signed-off-by: CuiHaozhi <cuihaozhi@chinacloud.com.cn>
| -rw-r--r-- | contributors/design-proposals/autoscaling/hpa-v2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/autoscaling/hpa-v2.md b/contributors/design-proposals/autoscaling/hpa-v2.md index 22d3fe22..fba4364c 100644 --- a/contributors/design-proposals/autoscaling/hpa-v2.md +++ b/contributors/design-proposals/autoscaling/hpa-v2.md @@ -280,8 +280,8 @@ Mechanical Concerns The HPA will derive metrics from two sources: resource metrics (i.e. CPU request percentage) will come from the -[master metrics API](resource-metrics-api.md), while other metrics will -come from the [custom metrics API](custom-metrics-api.md), which is +[master metrics API](../instrumentation/resource-metrics-api.md), while other metrics will +come from the [custom metrics API](../instrumentation/custom-metrics-api.md), which is an adapter API which sources metrics directly from the monitoring pipeline. |
