Skip to content

Commit

Permalink
Internet suggested hack to get minikube+circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Jun 24, 2019
1 parent 6c545c0 commit 122583d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run:
name: Start minikube
command: |
sudo minikube start --vm-driver=none --kubernetes-version "$KUBE_SERVER_VERSION"
sudo minikube start --vm-driver=none --kubernetes-version "$KUBE_SERVER_VERSION" --extra-config=kubelet.cgroup-driver=systemd
sudo chown -R $USER.$USER ~/.minikube
sudo chown -R $USER.$USER ~/.kube
minikube update-context
Expand Down Expand Up @@ -323,8 +323,8 @@ workflows:
only: /[0-9]+(\.[0-9]+)*(-[a-z]+)?/
- bootstrap
- service
- integration_install_update_flow:
<<: *job_defaults
# - integration_install_update_flow:
# <<: *job_defaults
- integration_install_update_flow_1_14_2:
<<: *job_defaults
# - integration_cloudwatch:
Expand Down

0 comments on commit 122583d

Please sign in to comment.