Merge pull request #272 from Hello-Linux/dev

kube-apiserver增加batch/v2alpha1支持
pull/281/merge
jmgao 2018-07-29 18:14:39 +08:00 committed by GitHub
commit 0b77078901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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