Skip to content

Commit

Permalink
chore(ci): fix flaky microk8s test
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Apr 4, 2020
1 parent 47344fa commit 839da74
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,6 @@ jobs:
sudo usermod -a -G microk8s circleci
echo "********* microk8s ready! ************"
# Allow intra-pod communication
sudo iptables -P FORWARD ACCEPT
# Set up kubeconfig and environment
mkdir -p /home/circleci/.kube
sudo sh -c 'microk8s.kubectl config view --raw > /home/circleci/.kube/config'
Expand Down

0 comments on commit 839da74

Please sign in to comment.