- Jan 14, 2023
-
-
Luke Simmons authored
-
- Jan 10, 2023
-
-
Cyclinder authored
Signed-off-by:
cyclinder <qifeng.guo@daocloud.io> Signed-off-by:
cyclinder <qifeng.guo@daocloud.io>
-
- Jan 07, 2023
-
-
Kay Yan authored
-
- Dec 22, 2022
-
-
Arthur Outhenin-Chalandre authored
Crio registries configuration changed from crio_registries_mirrors to crio_registries. The configuration in the test was however forgotten. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Dec 01, 2022
-
-
Kenichi Omichi authored
To detect the version mismatch.
-
- Nov 17, 2022
-
-
Kenichi Omichi authored
The certified-conformance mode took 2+ hours and that was too long by comparing Quick mode which was specified previously. So this updates the mode to Quick again.
-
- Nov 15, 2022
-
-
Kenichi Omichi authored
The latest version of sonobuoy is v0.56.11. This updates the version to the latest. As the file name, this makes it use certified-conformance mode clearly for the latest version of sonobuoy.
-
- Oct 26, 2022
-
-
William Turner authored
* Fix inconsistent handling of admission plugin list * Adjust hardening doc with the normalized admission plugin list * Add pre-check for admission plugins format change * Ignore checking admission plugins value when variable is not defined
-
- Oct 19, 2022
-
-
Kenichi Omichi authored
To verify the hardening method works always. The configuration comes from docs/hardening.md Fix yaml format of hardening.yml Add condition to skip 040 test for hardening
-
- Oct 14, 2022
-
-
Kenichi Omichi authored
busybox container requires a root permission for ping. For testing hardening method at CI, we need to switch to another image which doesn't require the root permission for network testing. On kubernetes/kubernetes repo, we are using agnhost which doesn't require it. So this makes the test use aghhost image. In addition, this updates the test manifest to specify securityContext without any privilege.
-
- Oct 07, 2022
-
-
Kenichi Omichi authored
To block merging pull requests which contain typo automatically.
-
- Sep 15, 2022
-
-
Kay Yan authored
-
- Sep 08, 2022
-
-
Kenichi Omichi authored
Since the commit fad29661 cri_dockerd_enabled has not been used. But the packet_ubuntu22-aio-docker.yml still contains the configuration and causes confusions. This removes the configuration for cleanup.
-
- Sep 05, 2022
-
-
Kay Yan authored
-
- Aug 30, 2022
-
-
Florian Ruynat authored
-
- Aug 17, 2022
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io> Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Aug 06, 2022
-
-
Kenichi Omichi authored
To check the kube-vip version between readme.md and the default value on the role, this updates check_readme_versions.sh
-
- Aug 03, 2022
-
-
Florian Ruynat authored
-
- 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
-