Skip to content

Commit

Permalink
Temporary pin minikube to v1.2.0 due to regression in v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Aug 8, 2019
1 parent 98c8202 commit 65ee061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ orbs:
kubernetes: circleci/[email protected]
# https://circleci.com/orbs/registry/orb/circleci/helm
helm: circleci/[email protected]
# https://circleci.com/orbs/registry/orb/ccpgames/minikube
minikube: ccpgames/[email protected]

jobs:
# Run Helm Lint checks
Expand Down Expand Up @@ -68,11 +70,9 @@ jobs:
steps:
- checkout
- kubernetes/install
- run:
name: Install Minikube
command: |
sudo curl -fLo /usr/local/bin/minikube https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && sudo chmod +x /usr/local/bin/minikube
minikube version
- minikube/minikube-install:
# Temporary pin minikube to 1.2.0 due to regression in 1.3.0 (https://github.com/kubernetes/minikube/issues/5014)
version: v1.2.0
- run:
name: Create new K8s cluster
command: sudo -E minikube start --vm-driver=none --cpus $(nproc) --memory 4096
Expand Down

0 comments on commit 65ee061

Please sign in to comment.