Skip to content

Commit

Permalink
More minikube setup
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <[email protected]>
  • Loading branch information
rubenvp8510 committed Jun 1, 2021
1 parent 3c72e02 commit a5e39d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 56 deletions.
48 changes: 0 additions & 48 deletions .ci/start-minikube.sh

This file was deleted.

12 changes: 4 additions & 8 deletions .github/workflows/e2e-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,20 @@ jobs:
- uses: actions/[email protected]
with:
go-version: '1.14.12'
- uses: actions/[email protected]
- name: "setup docker"
run: ./.ci/setup-docker.sh
- uses: manusa/[email protected]
with:
minikube version: 'v1.20.0'
kubernetes version: 'v1.19.1'
driver: none
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=ingress'
start args: '--addons=ingress --wait=all'
- uses: jpkrohling/[email protected]
- uses: jpkrohling/[email protected]
with:
operator-sdk-version: v0.18.2
- uses: actions/[email protected]

- name: "setup docker"
run: ./.ci/setup-docker.sh

- name: "start minikube"
run: ./.ci/start-minikube.sh

- name: "install go tools"
run: make install-tools
Expand Down

0 comments on commit a5e39d0

Please sign in to comment.