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.
Merge pull request #70 from layer5io/cluster-test
Fix failing k8s action in the workflow
- Loading branch information
Showing
7 changed files
with
55 additions
and
47 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 |
---|---|---|
|
@@ -83,14 +83,15 @@ 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 | ||
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 | ||
sudo install minikube-linux-amd64 /usr/local/bin/minikube | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
start args: --disk-size 10000mb | ||
- name: Start minikube | ||
run: | | ||
minikube start --memory 5000 | ||
kubectl get po -A | ||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
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 |
---|---|---|
|
@@ -88,18 +88,19 @@ jobs: | |
sudo systemctl status docker | ||
sudo mkdir -p ~/.kube | ||
sudo chmod 777 ~/.kube | ||
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 | ||
sudo install minikube-linux-amd64 /usr/local/bin/minikube | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
start args: --disk-size 10000mb | ||
- name: Start minikube | ||
run: | | ||
minikube start --memory 5000 | ||
kubectl get po -A | ||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
||
|
||
- name: Install Service Mesh and Deploy Application | ||
run: | | ||
chmod +x .github/workflows/scripts/${{ matrix.service-mesh }}_deploy.sh | ||
|
@@ -225,14 +226,14 @@ jobs: | |
sudo systemctl status docker | ||
sudo mkdir -p ~/.kube | ||
sudo chmod 777 ~/.kube | ||
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 | ||
sudo install minikube-linux-amd64 /usr/local/bin/minikube | ||
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
start args: --disk-size 10000mb | ||
- name: Start minikube | ||
run: | | ||
minikube start --memory 5000 | ||
kubectl get po -A | ||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
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 |
---|---|---|
|
@@ -30,10 +30,9 @@ jobs: | |
- name: Setup Kubernetes | ||
uses: manusa/[email protected] | ||
with: | ||
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.23.2' | ||
minikube version: v1.23.2 | ||
kubernetes version: v1.23.2 | ||
driver: docker | ||
start args: --disk-size 10000mb | ||
|
||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
@@ -77,7 +76,6 @@ jobs: | |
minikube version: 'v1.23.2' | ||
kubernetes version: 'v1.23.2' | ||
driver: docker | ||
start args: --disk-size 10000mb | ||
|
||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ inputs: | |
required: false | ||
|
||
runs: | ||
using: "node12" | ||
using: "node16" | ||
main: "main.js" | ||
|
||
branding: | ||
|
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