Skip to content

Commit

Permalink
FUSETOOLS2-954 - due to Minikube wrong latest .deb distributed, specify
Browse files Browse the repository at this point in the history
a specific version

see kubernetes/minikube#10224

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jan 25, 2021
1 parent 7b659d5 commit c36c321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run:
name: Configure Minikube
command: |
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb
curl -LO https://github.com/kubernetes/minikube/releases/download/v1.17.0/minikube_1.17.0-1_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb
minikube start --vm-driver=docker --kubernetes-version=v1.19.0
minikube addons enable registry
Expand Down

0 comments on commit c36c321

Please sign in to comment.