Skip to content

Commit

Permalink
deploy all services in kubernetes (gh-299)
Browse files Browse the repository at this point in the history
- add script to install kubectl
- make k8s-down.sh executable
  • Loading branch information
ubaid4j committed Jul 21, 2021
1 parent 0d4140d commit 4a92527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file modified k8s/k8s-down.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions k8s/kubectl/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl

0 comments on commit 4a92527

Please sign in to comment.