Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
k8s
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6ea598cc
authored
Aug 05, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deploy-gpu-k8s.sh
1 parent
2a12debb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
script/k8s/deploy-gpu-k8s.sh
script/k8s/deploy-gpu-k8s.sh
View file @
6ea598c
...
...
@@ -16,10 +16,10 @@ host_name=`hostname`
#############################单节点nfs,则nfs server和nfs path配置一致,如果是三节点nfs,则配置nfs真实信息################
NFS_SERVER
=
192.168.1.53
NFS_PATH
=
/opt/registry/
NFS_
SERVER_2
=
192.168.1.53
NFS_
PATH_2
=
/opt/registry/
NFS_SERVER_3
=
192.168.1.53
NFS_
PATH_3
=
/opt/registry/
NFS_
2_SERVER
=
192.168.1.53
NFS_
2_PATH
=
/opt/registry/
NFS_
3_
SERVER_3
=
192.168.1.53
NFS_
3_PATH
=
/opt/registry/
########################################################################################
#ssh-keygen -y -f id_rsa > id_rsa.pub 私钥生成公钥
#echo "判断是否允许root登陆"
...
...
@@ -459,19 +459,19 @@ kubectl label node $host_name autodl=true kpl=true gpu=true cpu=true user_job_no
echo
"###################创建pv pvc#############"
echo
"########################修改pv模板#######################"
&&
sleep 3
sed -i s@NFS_PATH@
$NFS_PATH
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
PATH_2@
$NFS_PATH_2
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
PATH_3@
$NFS_PATH_3
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
2_PATH@
$NFS_2_PATH
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
3_PATH@
$NFS_3_PATH
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_SERVER@
$NFS_SERVER
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
SERVER_2@
$NFS_SERVER_2
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
SERVER_3@
$NFS_SERVER_3
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
2_SERVER@
$NFS_2_SERVER
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@NFS_
3_SERVER@
$NFS_3_SERVER
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
kubectl apply -f /root/k8s/autodl_kpl_base/autodl-nfs
kubectl apply -f /root/k8s/autodl_kpl_base/kpl-nfs
echo
"###################还原pv pvc模板配置#############"
&&
sleep 2
sed -i s@
$NFS_PATH
@NFS_PATH@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
PATH_2
@NFS_PATH_2
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
PATH_3
@NFS_PATH_3
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
2_PATH
@NFS_2_PATH
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
3_PATH
@NFS_3_PATH
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_SERVER
@NFS_SERVER@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
SERVER_2
@NFS_SERVER_2
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
SERVER_3
@NFS_SERVER_3
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
2_SERVER
@NFS_2_SERVER
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
sed -i s@
$NFS_
3_SERVER
@NFS_3_SERVER
@g
`
find /root/k8s/autodl_kpl_base/ -maxdepth 2 -name
"*.yaml"
-type f
`
echo
"创建autodl push 镜像所需secret证书,用于configmap"
sh /root/k8s/autodl_kpl_base/create-harbor-secret.sh
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment