-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix small issues with line endings and timeouts
- Loading branch information
Giona Paolini
committed
Apr 14, 2021
1 parent
d227a30
commit 8793ba4
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* eol=lf | ||
*.sh text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |