Skip to content

Commit

Permalink
update our version of kubespray to the latest release
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 24, 2024
1 parent 1fb43cb commit 7d9f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/kubespray
Submodule kubespray updated 48 files
+0 −44 .github/ISSUE_TEMPLATE/bug-report.md
+117 −0 .github/ISSUE_TEMPLATE/bug-report.yaml
+5 −0 .github/ISSUE_TEMPLATE/config.yml
+0 −11 .github/ISSUE_TEMPLATE/enhancement.md
+20 −0 .github/ISSUE_TEMPLATE/enhancement.yaml
+0 −20 .github/ISSUE_TEMPLATE/failing-test.md
+41 −0 .github/ISSUE_TEMPLATE/failing-test.yaml
+0 −18 .github/ISSUE_TEMPLATE/support.md
+1 −1 .gitlab-ci.yml
+1 −1 .gitlab-ci/lint.yml
+6 −6 README.md
+1 −0 Vagrantfile
+1 −1 contrib/terraform/equinix/provider.tf
+1 −1 docs/ansible_collection.md
+16 −0 docs/cri-o.md
+6 −0 docs/kube-vip.md
+3 −2 docs/test_cases.md
+1 −1 galaxy.yml
+3 −0 inventory/sample/group_vars/all/cri-o.yml
+1 −1 inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml
+1 −1 pipeline.Dockerfile
+16 −18 playbooks/install_etcd.yml
+1 −2 roles/container-engine/containerd/templates/hosts.toml.j2
+1 −1 roles/container-engine/cri-o/templates/crio.conf.j2
+1 −1 roles/download/tasks/download_file.yml
+5 −0 roles/kubernetes-apps/ansible/defaults/main.yml
+4 −0 roles/kubernetes-apps/ansible/tasks/coredns.yml
+1 −1 roles/kubernetes-apps/ansible/templates/coredns-deployment.yml.j2
+9 −0 roles/kubernetes-apps/ansible/templates/coredns-poddisruptionbudget.yml.j2
+1 −1 roles/kubernetes-apps/helm/vars/suse.yml
+136 −76 roles/kubernetes-apps/ingress_controller/cert_manager/templates/cert-manager.crds.yml.j2
+43 −8 roles/kubernetes-apps/ingress_controller/cert_manager/templates/cert-manager.yml.j2
+1 −0 roles/kubernetes/node/defaults/main.yml
+4 −0 roles/kubernetes/node/templates/manifests/kube-vip.manifest.j2
+18 −0 roles/kubernetes/preinstall/tasks/0010-swapoff.yml
+1 −1 roles/kubernetes/preinstall/tasks/0081-ntp-configurations.yml
+47 −0 roles/kubespray-defaults/defaults/main/checksums.yml
+6 −6 roles/kubespray-defaults/defaults/main/download.yml
+1 −1 roles/kubespray-defaults/defaults/main/main.yml
+1 −1 roles/network_plugin/cilium/tasks/install.yml
+7 −0 roles/network_plugin/cilium/templates/cilium/config.yml.j2
+9 −0 roles/network_plugin/cilium/templates/cilium/cr.yml.j2
+2 −0 roles/network_plugin/cilium/templates/cilium/ds.yml.j2
+1 −1 test-infra/vagrant-docker/Dockerfile
+5 −1 tests/cloud_playbooks/roles/packet-ci/templates/inventory.j2
+1 −1 tests/cloud_playbooks/roles/packet-ci/vars/main.yml
+1 −1 tests/files/packet_ubuntu22-calico-etcd-datastore.yml
+4 −10 tests/scripts/check_galaxy_version.sh

0 comments on commit 7d9f0f8

Please sign in to comment.