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 1d56a29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .ci/setup-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo apt-get install docker-ce docker-ce-cli containerd.io socat
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 1d56a29

Please sign in to comment.