mirror of https://github.com/easzlab/kubeasz.git
Merge branch 'dev' of https://github.com/gjmzj/kubeasz into dev
commit
a045dd1d42
|
@ -42,6 +42,7 @@ ExecStart={{ bin_dir }}/kube-apiserver \
|
|||
--proxy-client-cert-file={{ ca_dir }}/aggregator-proxy.pem \
|
||||
--proxy-client-key-file={{ ca_dir }}/aggregator-proxy-key.pem \
|
||||
--enable-aggregator-routing=true \
|
||||
--runtime-config=batch/v2alpha1=true \
|
||||
--v=2
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
|
|
@ -42,6 +42,7 @@ ExecStart={{ bin_dir }}/kube-apiserver \
|
|||
--proxy-client-cert-file={{ ca_dir }}/aggregator-proxy.pem \
|
||||
--proxy-client-key-file={{ ca_dir }}/aggregator-proxy-key.pem \
|
||||
--enable-aggregator-routing=true \
|
||||
--runtime-config=batch/v2alpha1=true \
|
||||
--v=2
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
|
Loading…
Reference in New Issue