1

Is it possible to enabled Alpha API options for Azure ACS Kubernetes instances? If so how?

For example

--enable-custom-metrics=true

For horizontal auto scaling based on custom metrics

eggsy84
  • 1,059
  • 1
  • 14
  • 26

1 Answers1

-2

To maintain an SLA, clusters created by ACS limit the default use of alpha or beta features within Kubernetes. To use more advanced features of ACS, visit https://github.com/Azure/acs-engine, and modify the kubelet yaml within the /parts directory.

A Howe
  • 122
  • 2