Skip to content

Commit

Permalink
Merge pull request #11071 from danmx/patch-1
Browse files Browse the repository at this point in the history
fix(docs): cpuCFSQuotaPeriod needs a feature gate
  • Loading branch information
k8s-ci-robot authored Mar 21, 2021
2 parents 15e4028 + f0ce770 commit d2ba0b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2ba0b9

Please sign in to comment.