kube-apiserver增加batch/v2alpha支持

pull/272/head
Hello-Linux 2018-07-27 17:27:42 +08:00
parent 099cd4adb3
commit 72c31d8cca
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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