Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme-k8s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CREATE 3 ec2 t3.medium machine with all traffic enabled

In Master machine:
sudo su
wget https://raw.githubusercontent.com/akshu20791/Deployment-script/main/k8s-master.sh
wget https://raw.githubusercontent.com/pshakeerbasha/Deployment-script/main/k8s-master.sh
ls -l
ls
chmod 777 k8s-master.sh
Expand All @@ -12,7 +12,7 @@ ls -l

################# IN the nodes ###############################
sudo su (if not done)
wget https://raw.githubusercontent.com/akshu20791/Deployment-script/main/k8s-nodes.sh
wget https://raw.githubusercontent.com/pshakeerbasha/Deployment-script/main/k8s-nodes.sh
ls
ls -l
chmod 777 k8s-nodes.sh
Expand Down