Update make-ssl.sh
This commit is contained in:
parent
f82d97c6ae
commit
32378c01a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue