kubernetes - custom metrics with HorizontalPodAutoscaler on GKE -


i'm trying set custom metrics horizontalpodautoscaler on 1.6.1 alpha gke cluster.

according https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/#prerequisites need set --horizontal-pod-autoscaler-use-rest-clients on kube-controller-manager enable metrics collection. gke, it's not clear whether it's possible set flags on kube-controller-manager. ideas?

has gotten custom metrics working hpa on gke?

you can't manipulate of kubernetes cluster component directly in gke(google container engine), google job, if want achieve may need deploy own kubernetes cluster.


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -