Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyAmanse authored Jul 10, 2017
1 parent c0c8db5 commit 21df40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function initial_setup() {
IP=$(kubectl get nodes | grep Ready | awk '{print $1}')
kubectl create -f local-volume.yaml
sleep 5s
sed -i s#169.47.241.213#$IP#g setup.yaml
sed -i s#169\.47\.241\.213#$IP#g setup.yaml
kubectl create -f setup.yaml
echo "Waiting for container to setup"
sleep 15s
Expand Down

0 comments on commit 21df40f

Please sign in to comment.