Commit 26e58753 authored by Wen Wei Li's avatar Wen Wei Li

remove cp and node different

parent ab353cc4
......@@ -238,16 +238,12 @@ main(){
update_system
echo "Installing"
copy_host_file $1
if [[ $2 == "cp" ]]; then
prerequisite
install_cri
install_k8s
echo "COPY K8S Config"
copy_k8s_config
else
echo "Please add to Cluster CP "
fi
echo "Please add to Cluster CP"
echo "Finish Setup K8S"
exit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment