Update make-ssl.sh

This commit is contained in:
Matthew Mosesohn 2017-10-16 16:47:39 +03:00 committed by GitHub
parent f82d97c6ae
commit 32378c01a4

View file

@ -112,7 +112,7 @@ fi
# system:node-proxier
if [ -n "$HOSTS" ]; then
for host in $HOSTS; do
cn="${host%%.*}"
cn="${host%%.*}"
# kube-proxy
gen_key_and_cert "kube-proxy-${host}" "/CN=system:kube-proxy/O=system:node-proxier"
done