- Jul 26, 2022
-
-
Florian Ruynat authored
-
- Jul 22, 2022
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Jul 20, 2022
-
-
Cyclinder authored
Signed-off-by:
cyclinder <qifeng.guo@daocloud.io>
-
- Jul 06, 2022
-
-
Cyclinder authored
Signed-off-by:
cyclinder <qifeng.guo@daocloud.io>
-
- Jul 05, 2022
-
-
Kenichi Omichi authored
This adds target components on check_readme_versions.sh after merging https://github.com/kubernetes-sigs/kubespray/pull/9044 In addition, this fixes typo on check_readme_versions.sh This adds `foo_version` variables for some components because check_readme_versions.sh verifies the corresponding version for `<component name>_version` from main.yml. This change also makes consistency in the main.yml. In long-term, we will be able to remove the existing `foo_image_tag` variables, but that is not now for backwards compatibility for users.
-
Kay Yan authored
-
Kenichi Omichi authored
To test Kubespray on Rocky Linux 8 with vagrant, this adds it to the Vagrantfile.
-
- Jun 29, 2022
-
-
Kenichi Omichi authored
During code-review, reviwers needed to take care of README.md also should be updated when the pull request updated component versions. This adds the corresponding check to reduce reviwer's burden.
-
Kay Yan authored
-
- Jun 28, 2022
-
-
Samuel Liu authored
* add ingress nginx webhook * fix ingress nginx template
-
- Jun 17, 2022
-
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
- Jun 15, 2022
-
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
[docker] use cri-dockerd instead of dockershim for any kubernetes version deployed with docker as the container_manager
-
Kay Yan authored
-
- Jun 10, 2022
-
-
Kay Yan authored
-
Kenichi Omichi authored
When running molecule jobs, we saw the folloing warning message: [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. callbacks_enabled has been added since Ansible 2.11 and Kubespray is using Ansible 2.12 at master branch. So we can use callbacks_enabled safely to avoid the warning message.
-
- Jun 09, 2022
-
-
Kenichi Omichi authored
Ansible v2.9 and v2.10 are EOL as [1]. This drops those version supports by following the upstream Ansible. This sets use_ssh_args true always because that is required to use ssh_args on ansible.cfg on Ansible v2.11 or later[2]. ansible_ssh_host is replaced with ansible_host because ansible_ssh_host has been deprecated already and cenots7 jobs were failed due to the deprecated ansible_ssh_host. [1]: https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html#ansible-core-changelogs [2]: https://docs.ansible.com/ansible/latest/collections/ansible/posix/synchronize_module.html#parameter-use_ssh_args
-
- Jun 08, 2022
-
-
Mohamed Zaian authored
Please see the conversation here: https://groups.google.com/a/kubernetes.io/g/dev/c/DYZYNQ_A6_c
-
- May 18, 2022
-
-
Kay Yan authored
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
-
- May 16, 2022
-
-
Cristian Calin authored
-
- May 04, 2022
-
-
Calin Cristian Andrei authored
-
Florian Ruynat authored
-
- May 02, 2022
-
-
Kenichi Omichi authored
tests/requirements.txt links to tests/requirements-2.12.txt, so Kubespray uses ansible 2.12 by default for testing. However we forgot to update testcases_prepare.sh to use ansible 2.12. This updates testcases_prepare to use ansible 2.12.
-
- Apr 29, 2022
-
-
Cristian Calin authored
* add parametrization to molecule_run.sh * [CI] split molecule tests to allow parallelization of work
-
- Apr 27, 2022
-
-
Cristian Calin authored
-
- Apr 17, 2022
-
-
Cristian Calin authored
* [etcd] ensure etcd is properly upgraded when managed by kubeadm * [CI] add periodic job to test upgrade of etcd managed by kubeadm
-
- Apr 08, 2022
-
-
Samuel Liu authored
* [calico] add calico apiserver * fix yamllint * remove addext argument * Configure API server with the CA bundle * add check kdd
-
- Mar 30, 2022
-
-
Florian Ruynat authored
-
Cristian Calin authored
* [ansible] make ansible 5.x the new default version and move different versions tested to nightly jobs * [CI] jobs were missing proper ansible cleanup
-
- Mar 28, 2022
-
-
Cristian Calin authored
-
- Mar 26, 2022
-
-
Florian Ruynat authored
-
- Mar 18, 2022
-
-
Cristian Calin authored
* [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
-
- Mar 17, 2022
-
-
Cristian Calin authored
-
- Mar 07, 2022
-
-
Takuya Murakami authored
* Update ansible-lint to 5.4.0 (#8607) It seems that the Rich version 11.0.0 has a breaking change. So need to update ansible-lint to 5.3.2 or later. * Fix for ansible-lint no-changed-when rule (#8607)
-
- Feb 23, 2022
-
-
Cristian Calin authored
-
- Feb 22, 2022
-
-
Necatican Yıldırım authored
* Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable Signed-off-by:
necatican <necaticanyildirim@gmail.com> * Add etcd kubeadm deployment documentation Signed-off-by:
necatican <necaticanyildirim@gmail.com> * Refactor warning for the deprecated 'etcd_kubeadm_enabled' variable Signed-off-by:
necatican <necaticanyildirim@gmail.com>
-
- Jan 25, 2022
-
-
Florian Ruynat authored
* Fix fedora jobs - followup * Update OpenSUSE Leap to 15.3 * Fix cilium version in README + update minor 1.11.1
-