Update make-ssl.sh
This commit is contained in:
parent
32378c01a4
commit
933ae1c13f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ fi
|
||||||
# system:node-proxier
|
# system:node-proxier
|
||||||
if [ -n "$HOSTS" ]; then
|
if [ -n "$HOSTS" ]; then
|
||||||
for host in $HOSTS; do
|
for host in $HOSTS; do
|
||||||
cn="${host%%.*}"
|
cn="${host%%.*}"
|
||||||
# kube-proxy
|
# kube-proxy
|
||||||
gen_key_and_cert "kube-proxy-${host}" "/CN=system:kube-proxy/O=system:node-proxier"
|
gen_key_and_cert "kube-proxy-${host}" "/CN=system:kube-proxy/O=system:node-proxier"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue