mirror of https://github.com/easzlab/kubeasz.git
修复1.9.0 kube-controller-manager默认参数HPA cpu利用率取不到问题
parent
470f0d4f29
commit
ad4ee94a11
|
@ -14,6 +14,7 @@ ExecStart={{ bin_dir }}/kube-controller-manager \
|
|||
--cluster-signing-key-file={{ ca_dir }}/ca-key.pem \
|
||||
--service-account-private-key-file={{ ca_dir }}/ca-key.pem \
|
||||
--root-ca-file={{ ca_dir }}/ca.pem \
|
||||
--horizontal-pod-autoscaler-use-rest-clients=false \
|
||||
--leader-elect=true \
|
||||
--v=2
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Reference in New Issue