Skip to content

Commit

Permalink
Merge pull request #136 from roodkcab/master
Browse files Browse the repository at this point in the history
disable endpoint health check for chaining with cilium #135
  • Loading branch information
BSWANG authored Sep 27, 2020
2 parents 6a0f948 + 8d53092 commit 9c1ff14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/policyinit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -f "/etc/cni/net.d/10-terway.conflist" ] && grep -i ipvlan /etc/cni/net.d/1
echo "using cilium as network routing & policy"
exec cilium-agent --tunnel=disabled --masquerade=false --enable-ipv6=false --enable-policy=$ENABLE_POLICY \
--agent-health-port=9099 --disable-envoy-version-check=true \
--enable-local-node-route=false --ipv4-range=169.254.10.0/30 \
--enable-local-node-route=false --ipv4-range=169.254.10.0/30 --enable-endpoint-health-checking=false \
--ipam=cluster-pool --bpf-map-dynamic-size-ratio=0.0025
fi
fi
Expand Down

0 comments on commit 9c1ff14

Please sign in to comment.