Conversation
| With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods | ||
| in a replication controller, deployment or replica set based on observed CPU utilization | ||
| (or, with alpha support, on some other, application-provided metrics). | ||
| (or, with (custom metrics)[https://github.com/kubernetes/community/blob/master/contributors/design-proposals/custom-metrics-api.md] support, on some other, application-provided metrics). |
There was a problem hiding this comment.
- Parenthesis are wrong - name should be in [] and link in ()
- why do you remove information about this feature being alpha?
There was a problem hiding this comment.
also can use url: http://git.k8s.io/community/contributors/design-proposals/custom-metrics-api.md
There was a problem hiding this comment.
DirectXMan12
left a comment
There was a problem hiding this comment.
I'm not a huge fan of linking to developer design proposals from the official user docs, and this removes information about the support level. I'm all for improved user docs, but we should add actual user docs, not links to developer proposals.
| With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods | ||
| in a replication controller, deployment or replica set based on observed CPU utilization | ||
| (or, with alpha support, on some other, application-provided metrics). | ||
| (or, with (custom metrics)[https://github.com/kubernetes/community/blob/master/contributors/design-proposals/custom-metrics-api.md] support, on some other, application-provided metrics). |
There was a problem hiding this comment.
also can use url: http://git.k8s.io/community/contributors/design-proposals/custom-metrics-api.md
|
@zouyee Can you address the comments and merge conflict? thx |
| With Horizontal Pod Autoscaling, Kubernetes automatically scales the number of pods | ||
| in a replication controller, deployment or replica set based on observed CPU utilization | ||
| (or, with alpha support, on some other, application-provided metrics). | ||
| (or, with (custom metrics)[https://github.com/kubernetes/community/blob/master/contributors/design-proposals/custom-metrics-api.md] support, on some other, application-provided metrics). |
There was a problem hiding this comment.
|
@zouyee could you rebase this PR and fix it? |
|
Ping @zouyee |
|
ping @zouyee |
|
In the interest of moving this small change forward, I'm going to create a duplicate. |
update hpa with custom metrics which has been updated with v1 version
This change is