mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 12:44:16 +00:00
Fix several issues on running syncPods until network is configured.
Also fixed unittests and compiling.
This commit is contained in:
@@ -2,6 +2,5 @@ DOCKER_OPTS=""
|
||||
{% if grains.docker_opts is defined and grains.docker_opts %}
|
||||
DOCKER_OPTS="${DOCKER_OPTS} {{grains.docker_opts}}"
|
||||
{% endif %}
|
||||
|
||||
DOCKER_OPTS="${DOCKER_OPTS} --bridge=cbr0 --iptables=false --ip-masq=false"
|
||||
DOCKER_NOFILE=1000000
|
||||
|
Reference in New Issue
Block a user