-
- Downloads
Network plugin custom (#9819)
* network_plugin/custom_cni: add CNI to apply provided manifests Add a new simple custom_cni to install provided Kubernetes manifests. This could be useful to use manifests directly provided by a CNI when there are not support by Kubespray (i.e.: helm chart or any other manifests generation method). Co-authored-by:James Landrein <james.landrein@proton.ch> Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * network_plugin/custom_cni: add test with cilium Co-authored-by:
James Landrein <james.landrein@proton.ch> Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> Co-authored-by:
James Landrein <james.landrein@proton.ch>
Showing
- .ansible-lint 3 additions, 0 deletions.ansible-lint
- .gitlab-ci/packet.yml 5 additions, 0 deletions.gitlab-ci/packet.yml
- .yamllint 2 additions, 0 deletions.yamllint
- docs/ci.md 51 additions, 51 deletionsdocs/ci.md
- roles/kubernetes/preinstall/tasks/0020-verify-settings.yml 1 addition, 1 deletionroles/kubernetes/preinstall/tasks/0020-verify-settings.yml
- roles/network_plugin/custom_cni/defaults/main.yml 3 additions, 0 deletionsroles/network_plugin/custom_cni/defaults/main.yml
- roles/network_plugin/custom_cni/tasks/main.yml 27 additions, 0 deletionsroles/network_plugin/custom_cni/tasks/main.yml
- roles/network_plugin/meta/main.yml 5 additions, 0 deletionsroles/network_plugin/meta/main.yml
- tests/files/custom_cni/README.md 11 additions, 0 deletionstests/files/custom_cni/README.md
- tests/files/custom_cni/cilium.yaml 1056 additions, 0 deletionstests/files/custom_cni/cilium.yaml
- tests/files/custom_cni/values.yaml 11 additions, 0 deletionstests/files/custom_cni/values.yaml
- tests/files/packet_debian11-custom-cni.yml 9 additions, 0 deletionstests/files/packet_debian11-custom-cni.yml
tests/files/custom_cni/README.md
0 → 100644
tests/files/custom_cni/cilium.yaml
0 → 100644
This diff is collapsed.
tests/files/custom_cni/values.yaml
0 → 100644
tests/files/packet_debian11-custom-cni.yml
0 → 100644
Please register or sign in to comment