-
- Downloads
add macvlan cni to kubespray (#4901)
* add macvlan cni to kubespray * macvlan: lint yaml files and fix sample config file * macvlan: add OWNERS file * add macvlan to README * macvlan : CI first shoot * macvlan : CI add full masquerade * delegate retrive pod cidr to master only * macvlan: add config for CI * macvlan: add netchecker deployment
Showing
- .gitlab-ci/packet.yml 5 additions, 0 deletions.gitlab-ci/packet.yml
- README.md 2 additions, 0 deletionsREADME.md
- docs/macvlan.md 48 additions, 0 deletionsdocs/macvlan.md
- inventory/sample/group_vars/k8s-cluster/k8s-net-macvlan.yml 6 additions, 0 deletionsinventory/sample/group_vars/k8s-cluster/k8s-net-macvlan.yml
- roles/kubernetes/node/templates/kubelet.env.j2 1 addition, 1 deletionroles/kubernetes/node/templates/kubelet.env.j2
- roles/kubernetes/node/templates/kubelet.env.v1beta1.j2 2 additions, 2 deletionsroles/kubernetes/node/templates/kubelet.env.v1beta1.j2
- roles/kubernetes/preinstall/tasks/0020-verify-settings.yml 1 addition, 1 deletionroles/kubernetes/preinstall/tasks/0020-verify-settings.yml
- roles/kubernetes/preinstall/tasks/0050-create_directories.yml 1 addition, 1 deletion...s/kubernetes/preinstall/tasks/0050-create_directories.yml
- roles/network_plugin/macvlan/OWNERS 6 additions, 0 deletionsroles/network_plugin/macvlan/OWNERS
- roles/network_plugin/macvlan/defaults/main.yml 6 additions, 0 deletionsroles/network_plugin/macvlan/defaults/main.yml
- roles/network_plugin/macvlan/files/ifdown-local 6 additions, 0 deletionsroles/network_plugin/macvlan/files/ifdown-local
- roles/network_plugin/macvlan/files/ifdown-macvlan 41 additions, 0 deletionsroles/network_plugin/macvlan/files/ifdown-macvlan
- roles/network_plugin/macvlan/files/ifup-local 6 additions, 0 deletionsroles/network_plugin/macvlan/files/ifup-local
- roles/network_plugin/macvlan/files/ifup-macvlan 44 additions, 0 deletionsroles/network_plugin/macvlan/files/ifup-macvlan
- roles/network_plugin/macvlan/handlers/main.yml 19 additions, 0 deletionsroles/network_plugin/macvlan/handlers/main.yml
- roles/network_plugin/macvlan/tasks/main.yml 115 additions, 0 deletionsroles/network_plugin/macvlan/tasks/main.yml
- roles/network_plugin/macvlan/templates/10-macvlan.conf.j2 15 additions, 0 deletionsroles/network_plugin/macvlan/templates/10-macvlan.conf.j2
- roles/network_plugin/macvlan/templates/99-loopback.conf.j2 5 additions, 0 deletionsroles/network_plugin/macvlan/templates/99-loopback.conf.j2
- roles/network_plugin/macvlan/templates/centos-network-macvlan.cfg.j2 14 additions, 0 deletions...rk_plugin/macvlan/templates/centos-network-macvlan.cfg.j2
- roles/network_plugin/macvlan/templates/centos-postdown-macvlan.cfg.j2 4 additions, 0 deletions...k_plugin/macvlan/templates/centos-postdown-macvlan.cfg.j2
Loading
Please register or sign in to comment