Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdennebi Mohamed committed Apr 2, 2018
1 parent 0f3760a commit f1401d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ download_components(){
}

install_api_server(){
cat << EOF > ${CONTROLLER_MANAGER_SERVICE}
cat << EOF > ${API_SERVER_SERVICE}
[Unit]
Description=Kubernetes API Server
Documentation=https://kubernetes.io/docs/reference/generated/kube-apiserver/
Expand Down Expand Up @@ -153,7 +153,7 @@ uninstall_master_components(){
fi

if [ -f ${CONTROLLER_MANAGER_SERVICE} ]; then
systemctl stop kube-kube-controller-manager
systemctl stop kube-controller-manager
rm ${CONTROLLER_MANAGER_SERVICE}
fi

Expand Down

0 comments on commit f1401d9

Please sign in to comment.