Skip to content

Commit 75c9f60

Browse files
committed
ci: install conntrack
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent 34af3e9 commit 75c9f60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ integration-test-base: &integration-test-base
1717
image: ubuntu-1604:201903-01
1818
docker_layer_caching: true
1919
steps:
20+
# Required by Kubernetes 1.18 and 1.19
21+
- run:
22+
name: Install conntrack
23+
command: |
24+
sudo apt-get update -y
25+
sudo apt-get install -y conntrack
26+
2027
- run:
2128
name: Setup minikube
2229
command: |

0 commit comments

Comments
 (0)