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