Skip to content
Snippets Groups Projects
Commit de8c7dfe authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: del sudo from kubectl in k8s deploy

parent b957500f
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ deploy:
apt update
apt install awscli curl wget -y
curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl
chmod +x ./kubectl
mv ./kubectl /usr/local/bin/kubectl
aws --version
kubectl version
#aws --region=$AWS_DEFAULT_REGION eks update-kubeconfig --name $ELIFE_CLUSTER_NAME
......
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