Document enabling custom metrics using kops

- Tested it with kops version 1.7 and k8s v1.7.2
This commit is contained in:
Rahul Mahale 2017-10-09 13:43:24 +05:30
parent 988fcf1695
commit 5d3adf0164
1 changed files with 10 additions and 0 deletions

View File

@ -194,6 +194,16 @@ NOTE: Where the corresponding configuration value can be empty, fields can be se
Will result in the flag `--resolv-conf=` being built.
#### Enable Custom metrics support
To use custom metrics in kubernetes we have to set flag `ENABLE_CUSTOM_METRICS` to `true` on all the kubelets.
we can specify that in the `kubelet` spec in our cluster.yml.
```
spec:
kubelet:
enableCustomMetrics: true
```
#### Feature Gates
```yaml