-
- Downloads
[calico] don't enable ipip encapsulation by default and use vxlan in CI (#8434)
* [calico] make vxlan encapsulation the default * don't enable ipip encapsulation by default * set calico_network_backend by default to vxlan * update sample inventory and documentation * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade * [CI] improve netchecker connectivity testing * [CI] show logs for tests * [calico] tweak task name * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check * service proxy mode still fails connectivity tests so keeping it manual mode * [kube-router] account for containerd use-case
Showing
- .gitlab-ci/packet.yml 0 additions, 20 deletions.gitlab-ci/packet.yml
- .gitlab-ci/vagrant.yml 21 additions, 0 deletions.gitlab-ci/vagrant.yml
- Vagrantfile 2 additions, 1 deletionVagrantfile
- docs/calico.md 25 additions, 6 deletionsdocs/calico.md
- docs/setting-up-your-first-cluster.md 2 additions, 2 deletionsdocs/setting-up-your-first-cluster.md
- docs/vars.md 3 additions, 1 deletiondocs/vars.md
- inventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml 4 additions, 4 deletionsinventory/sample/group_vars/k8s_cluster/k8s-net-calico.yml
- roles/kubernetes/preinstall/tasks/0020-verify-settings.yml 18 additions, 0 deletionsroles/kubernetes/preinstall/tasks/0020-verify-settings.yml
- roles/network_plugin/calico/defaults/main.yml 6 additions, 5 deletionsroles/network_plugin/calico/defaults/main.yml
- roles/network_plugin/calico/tasks/check.yml 0 additions, 2 deletionsroles/network_plugin/calico/tasks/check.yml
- roles/network_plugin/calico/tasks/install.yml 1 addition, 1 deletionroles/network_plugin/calico/tasks/install.yml
- roles/network_plugin/calico/templates/calico-config.yml.j2 4 additions, 4 deletionsroles/network_plugin/calico/templates/calico-config.yml.j2
- roles/network_plugin/calico/templates/calico-node.yml.j2 3 additions, 3 deletionsroles/network_plugin/calico/templates/calico-node.yml.j2
- roles/network_plugin/kube-router/templates/kube-router.yml.j2 23 additions, 0 deletions...s/network_plugin/kube-router/templates/kube-router.yml.j2
- tests/Makefile 1 addition, 1 deletiontests/Makefile
- tests/files/packet_debian10-calico-upgrade-once.yml 8 additions, 0 deletionstests/files/packet_debian10-calico-upgrade-once.yml
- tests/files/packet_debian10-calico-upgrade.yml 8 additions, 0 deletionstests/files/packet_debian10-calico-upgrade.yml
- tests/files/vagrant_centos7-kube-router.rb 15 additions, 0 deletionstests/files/vagrant_centos7-kube-router.rb
- tests/files/vagrant_centos7-kube-router.yml 0 additions, 0 deletionstests/files/vagrant_centos7-kube-router.yml
- tests/files/vagrant_fedora35-kube-router.rb 15 additions, 0 deletionstests/files/vagrant_fedora35-kube-router.rb
Loading
Please register or sign in to comment