Skip to content

Commit

Permalink
create and give permissions to ~/.kube dir
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <[email protected]>
  • Loading branch information
theBeginner86 committed May 13, 2022
1 parent fe1af04 commit ce5d75f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduled-benchmarks-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/scheduled-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ce5d75f

Please sign in to comment.