generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create and give permissions to ~/.kube dir
Signed-off-by: Pranav Singh <[email protected]>
- Loading branch information
1 parent
fe1af04
commit ce5d75f
Showing
2 changed files
with
8 additions
and
4 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 |
---|---|---|
|
@@ -86,6 +86,8 @@ jobs: | |
sudo apt-cache policy docker-ce | ||
sudo apt install -y docker-ce | ||
sudo systemctl status docker | ||
sudo mkdir -p ~/.kube | ||
sudo chmod 777 ~/.kube | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
|
@@ -220,6 +222,8 @@ jobs: | |
sudo apt-cache policy docker-ce | ||
sudo apt install -y docker-ce | ||
sudo systemctl status docker | ||
sudo mkdir -p ~/.kube | ||
sudo chmod 777 ~/.kube | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
|
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 |
---|---|---|
|
@@ -28,10 +28,10 @@ jobs: | |
load-generator: ['fortio', 'wrk2'] | ||
steps: | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected].1 | ||
uses: manusa/[email protected].3 | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.22.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
|
||
- name: Checkout Code | ||
|
@@ -71,10 +71,10 @@ jobs: | |
test-configuration: ['load-test.yaml','soak-test.yaml'] | ||
steps: | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected].1 | ||
uses: manusa/[email protected].3 | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.22.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
|
||
- name: Checkout Code | ||
|