Skip to content

Commit

Permalink
Fix nodename undefine issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Xiao Mei <[email protected]>
  • Loading branch information
zhengxiaomei123 authored and bjhuangr committed Jun 20, 2024
1 parent 924b23c commit 71707e9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ all:
os_dns_domain: '<external-dns-ip-addr>'
cluster_name: '<cluster-name>'
base_domain: '<cluster-base-domain>'
bootstrap_name_prefix: ''
master_name_prefix: ''
worker_name_prefix: ''
# bootstrap_name_prefix: '<bootstrap-node-name>'
# master_name_prefix: '<master-node-name>'
# worker_name_prefix: '<worker-node-name>'
pullsecret: '<pull-secret>'
sshkey: '<ssh-key>'

0 comments on commit 71707e9

Please sign in to comment.