mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 18:50:08 -03:30
Update roadmap (#1795)
This commit is contained in:
@@ -104,7 +104,7 @@ fi
|
||||
# Nodes
|
||||
if [ -n "$HOSTS" ]; then
|
||||
for host in $HOSTS; do
|
||||
cn="${host%%.*}"
|
||||
cn="${host}"
|
||||
gen_key_and_cert "node-${host}" "/CN=system:node:${cn}/O=system:nodes"
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user