mirror of https://github.com/kubernetes/kops.git
fix(docs): cpuCFSQuotaPeriod needs a feature gate
This commit is contained in:
parent
9db39aa7d1
commit
f0ce7708d2
|
@ -600,6 +600,8 @@ spec:
|
|||
cpuCFSQuotaPeriod: "100ms"
|
||||
```
|
||||
|
||||
This change requires `CustomCPUCFSQuotaPeriod` [feature gate](#feature-gates).
|
||||
|
||||
### Enable Custom metrics support
|
||||
To use custom metrics in kubernetes as per [custom metrics doc](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#support-for-custom-metrics)
|
||||
we have to set the flag `--enable-custom-metrics` to `true` on all the kubelets. We can specify that in the `kubelet` spec in our cluster.yml.
|
||||
|
|
Loading…
Reference in New Issue