Skip to content

Commit

Permalink
chore(ci): fix flapping minikube 1.20 test
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jan 19, 2021
1 parent 060cef4 commit 683e134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,8 @@ jobs:
command: |
sudo -E minikube start --vm-driver=none --cpus 2 --memory 4096 --kubernetes-version=$K8S_VERSION
sudo chown -R circleci:circleci /home/circleci/.kube /home/circleci/.minikube /etc/kubernetes
# Work around annoying issue on recent minikubes where namespaces take a long time to generate default service account
kubectl create namespace container-default
- run:
name: Integ tests
# Note: We skip tests that only work for remote environments
Expand Down

0 comments on commit 683e134

Please sign in to comment.