Commit ab353cc4 authored by Wen Wei Li's avatar Wen Wei Li

debug

parent aacb16f1
......@@ -235,18 +235,17 @@ main(){
if check_root; then
#update_system
update_system
echo "Installing"
copy_host_file $1
if [[ $2 == "cp" ]]; then
# prerequisite
# install_cri
# install_k8s
#echo "COPY K8S Config"
#copy_k8s_config
add_to_master
prerequisite
install_cri
install_k8s
echo "COPY K8S Config"
copy_k8s_config
else
add_to_master
echo "Please add to Cluster CP "
fi
echo "Finish Setup K8S"
......
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