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

debug

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