Skip to content

Commit

Permalink
Merge pull request #53 from theBeginner86/theBeginner86/bug/fix-k8s-c…
Browse files Browse the repository at this point in the history
…onfig-unavailable

[Bug] Fix K8s config unavailable to Meshery server
  • Loading branch information
leecalcote authored May 13, 2022
2 parents fe1af04 + ce5d75f commit 8a559d6
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 8a559d6

Please sign in to comment.