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 06d748ca
authored
Aug 05, 2020
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update deploy-gpu-k8s.sh
1 parent
c482ca50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
script/k8s/deploy-gpu-k8s.sh
script/k8s/deploy-gpu-k8s.sh
View file @
06d748c
...
...
@@ -458,16 +458,20 @@ echo "为gpu节点打标签"
kubectl label node
$host_name
autodl
=
true
kpl
=
true
gpu
=
true
cpu
=
true
user_job_node
=
true
internal_service_node
=
true
echo
"###################创建pv pvc#############"
echo
"########################修改pv模板#######################"
&&
sleep 3
sed -i s@NFS_PATH@
$NFS_PATH
@g /root/k8s/autodl_kpl_base/autodl-nfs/4-pv_pvc.yaml
sed -i s@NFS_PATH@
$NFS_PATH
@g /root/k8s/autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
sed -i s@NFS_SERVER@
$NFS_SERVER
@g /root/k8s/autodl_kpl_base/autodl-nfs/4-pv_pvc.yaml
sed -i s@NFS_SERVER@
$NFS_SERVER
@g /root/k8s/autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
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_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
`
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 /root/k8s/autodl_kpl_base/autodl-nfs/4-pv_pvc.yaml
sed -i s@
$NFS_PATH
@NFS_PATH@g /root/k8s/autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
sed -i s@
$NFS_SERVER
@NFS_SERVER@g /root/k8s/autodl_kpl_base/autodl-nfs/4-pv_pvc.yaml
sed -i s@
$NFS_SERVER
@NFS_SERVER@g /root/k8s/autodl_kpl_base/kpl-nfs/4-pv_pvc.yaml
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_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
`
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