Skip to content

Commit

Permalink
fix small issues with line endings and timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Giona Paolini committed Apr 14, 2021
1 parent d227a30 commit 8793ba4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* eol=lf
*.sh text eol=lf
2 changes: 1 addition & 1 deletion Scripts/CreateCluster.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd $(dirname "$0")
cd ..
k3d cluster create demo -p 5000:80 -v $(pwd)/Source:/Source --no-lb
k3d cluster create demo -p 5000:80 -v $(pwd)/Source:/Source --no-lb
2 changes: 1 addition & 1 deletion Scripts/DeploySystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
done

kubectl apply -f SystemCharts/TestingPod.yaml
kubectl wait --for=condition=Ready --timeout=600s pod tests
kubectl wait --for=condition=Ready --timeout=6000s pod tests

for dir in ./Source/*/Services/*/
do
Expand Down
4 changes: 2 additions & 2 deletions Scripts/MergeKubeConfig.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export KUBECONFIG=~/.kube/config:/mnt/c/Users/Gio/.kube/config
kubectl config view --flatten > /mnt/c/Users/Gio/.kube/config
export KUBECONFIG=~/.kube/config:/mnt/c/Users/Giona/.kube/config
kubectl config view --flatten > /mnt/c/Users/Giona/.kube/config

0 comments on commit 8793ba4

Please sign in to comment.