Skip to content

Commit 6e17b8b

Browse files
author
armab
committed
Add a workaround for minikube with K8s 1.18
1 parent b289761 commit 6e17b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ jobs:
8282
- run:
8383
name: Install dependencies
8484
command: |
85-
sudo apt -y update
85+
sudo apt update || true
8686
# K8s 1.18 requires conntrack
8787
# See: https://github.com/kubernetes/minikube/issues/7179
88-
sudo apt -y install conntrack
88+
sudo apt install -y conntrack
8989
- run:
9090
name: Create new K8s cluster
9191
command: sudo -E minikube start --vm-driver=none

0 commit comments

Comments
 (0)