Skip to content

Commit

Permalink
Fix the integration build image (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
aattuluri committed Jan 25, 2022
1 parent 74f5db1 commit 094a814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/create_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ k8s_version=$1
echo "Creating K8s cluster with version: $k8s_version"

if [[ $IS_LOCAL == "false" ]]; then
sudo apt-get update
sudo apt-get install -y conntrack
sudo sysctl fs.protected_regular=0
sudo -E minikube start --vm-driver=none --kubernetes-version=$k8s_version
Expand Down

0 comments on commit 094a814

Please sign in to comment.