Commit a8cccf4a by tingweiwang

Update deploy-gpu-k8s.sh

1 parent 7bcfaeb8
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ master_ip=192.168.1.32
harbor_host=192.168.1.32:5000
harbor_passwd=admin #写死的不能改,harbor配置文件中password写死了,当前只能是admin
image_path=/root/k8s/images #写死的不能改
interface=eno1 #本机IP的物理网卡名称,用于flannel的配置。
interface=eno1 #本机内网IP的物理网卡名称,用于flannel的配置。
image_list=`cat $image_path/image_list.txt`
image_list_ksy=`cat $image_path/image_list_ksy.txt`
host_name=`hostname`
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!