Merge "cluster: disable unauthenticated read only port on kubelets"

changes/34/34/2
q3k 2019-09-02 14:33:13 +00:00 committed by Gerrit Code Review
commit 8c009bb302
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ in rec {
kubeconfig = pki.kube.kubelet.config;
extraOpts = ''
--cni-conf-dir=/opt/cni/conf \
--cni-bin-dir=/opt/cni/bin
--cni-bin-dir=/opt/cni/bin \
--read-only-port=0
'';
};