This website requires JavaScript.
Explore
Help
Register
Sign In
kubernetes-sigs
/
kubespray
mirror of
https://github.com/kubernetes-sigs/kubespray.git
Watch
1
Star
0
Fork
You've already forked kubespray
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
270d21f5c1
kubespray
/
roles
/
docker
/
templates
/
docker-options.conf.j2
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Docker Options Refactor
2016-11-05 05:40:14 +08:00
[Service]
Fix flannel for 1.6 and apply fixes to enable containerized kubelet
2017-04-05 18:47:03 +08:00
Environment="DOCKER_OPTS={{ docker_options | default('') }} \
Initial version of Flannel using CNI (#1486) * Updates Controller Manager/Kubelet with Flannel's required configuration for CNI * Removes old Flannel installation * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host * Uses RBAC if enabled * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
2017-08-25 15:07:50 +08:00
--iptables=false"