- May 24, 2022
-
-
Thearas authored
-
- May 09, 2022
-
-
Victor Morales authored
* Update Kata containers binary to 2.4.1 version * Update overhead kata runtime values * Fix kata-qemu default values in CRI-O
-
- May 04, 2022
-
-
Calin Cristian Andrei authored
-
- Apr 29, 2022
-
-
Chris Ricker authored
* Force containerd service unmasking Force systemd to unmask and start service when adding containerd service * Eliminate restart and move unmasking step Switch to start instead of restart Move unmasking to restart handler * Add unmasking to similar container runtimes * Add missing service names
-
- Apr 06, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-
- Apr 04, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-
Cristian Calin authored
-
- Apr 01, 2022
-
-
cyril-corbon authored
-
- Mar 26, 2022
-
-
Florian Ruynat authored
-
- Mar 21, 2022
-
-
Kenichi Omichi authored
When running cluster.yml for new machines what containerd is already install but Kubernetes cluster were not installed before, the task "remove-node | List nodes" is failed like "changed": false, "cmd": [ "/usr/local/bin/kubectl", "--kubeconfig", "/etc/kubernetes/admin.conf", "get", "nodes", "-o", "go-template={{ range .items }}{{ .metadata.name }} {{ "\n" }}{{ end }}" ], .. "stderr": "error: stat /etc/kubernetes/admin.conf: no such file or directory", That was due to lack to check the existing Kubernetes cluster exists or not before running "kubectl drain" command. This adds the check to avoid the issue.
-
- Mar 17, 2022
-
-
Sergey authored
-
Cristian Calin authored
-
- Mar 15, 2022
-
-
Cristian Calin authored
-
- Mar 11, 2022
-
-
Unai Arríen authored
* Add epoch to docker-ce and docker-ce-cli packages to ensure docker upgrade * Split container-engine redhat vars to support legacy RHEL 7 version management * Support ansible_distribution_major_version when disvering vars with ansible_os_family
-
- Mar 07, 2022
-
-
Cristian Calin authored
-
Branko Mijuskovic authored
-
- Feb 28, 2022
-
-
cyril-corbon authored
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
-
- Feb 19, 2022
-
-
Florian Ruynat authored
-
- Feb 05, 2022
-
-
Krystian Młynek authored
-
- Feb 02, 2022
-
-
Cristian Calin authored
* [nerdctl] upgrade nerdctl to 0.16.0 * [nerdctl] add configuration file
-
- 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
-
- Jan 22, 2022
-
-
Victor Morales authored
-
- Jan 11, 2022
-
-
Kenichi Omichi authored
This fixes the following types of failures: - empty-string-compare - literal-compare - risky-file-permissions - risky-shell-pipe - var-spacing In addition, this changes .gitlab-ci/lint.yml to block the same issue by using the same method at Kubespray CI.
-
- Jan 09, 2022
-
-
Kenichi Omichi authored
When running ansible-lint directly, we can see a lot of warning message like risky-file-permissions File permissions unset or incorrect This fixes the warning messages.
-
- Jan 05, 2022
-
-
Bart Sloeserwij authored
* Update configuration of registries in cri-o * Update docs to match new registry configuration
-
Choi Yongbeom authored
* Update config.toml.j2 i think this commit code is not completed works exam registry address : a.com:5000 insecure registry must be http://a.com:5000 but this code add insecure a.com:5000 (without http://) If there is no http, containerd accesses with https even if insecure_skip_verify = true solution is code edit * Update config.toml.j2 * Update containerd.yml * Update containerd.yml * Update containerd.yml * Update config.toml.j2
-
Cristian Calin authored
-
- Jan 04, 2022
-
-
Florian Ruynat authored
-
- Jan 03, 2022
-
-
jbpratt authored
-
- Dec 21, 2021
-
-
Cristian Calin authored
* Ensure entries for 1.23 are added for supported_versions vars * cri-o: add support for kubernetes 1.23 but still use cri-o 1.22 * kubescheduler-config: diferentiate config versions based on kube_version
-
- Dec 20, 2021
-
-
Nicolas MASSE authored
* add support for cri-o user namespaces * comply with yamllint rules
-
- Dec 13, 2021
-
-
Marat Talipov authored
-
- Dec 10, 2021
-
-
Cristian Calin authored
* containerd: change default resolvconf_mode to host_resolvconf * Wait for kube-apiserver to come back after pod refresh * Handle resolv.conf gracefully * Retain currently configured DNS entries to ensure we don't break the resolvers * Suse uses wickedd for network management so no dhcp hooks * Molecule: increase ansible timeout * CI: Increase ansible timeout to 120s for Packet jobs
-
- Dec 06, 2021
-
-
Cristian Calin authored
* Containerd: use cgroupsv2 where available (fedora) * Docker: use cgroupsv2 where available (fedora) * cri-o: use cgroupsv2 where available (fedora)
-
- Dec 03, 2021
-
-
Cristian Calin authored
* containerd: add hashes for 1.5.8 and 1.4.12 and make 1.5.8 the new default * containerd: make nerdctl mandatory for container_manager = containerd * nerdctl: bump to version 0.14.0 * containerd: use nerdctl for image manipulation * OpenSuSE: install basic nerdctl dependencies
-
- Dec 02, 2021
-
-
Cristian Calin authored
-
Florian Ruynat authored
-
- Dec 01, 2021
-
-
Florian Ruynat authored
-
- Nov 30, 2021
-
-
Florian Ruynat authored
-
- Nov 22, 2021
-
-
zhengtianbao authored
* Enable experimental modules when rpm-ostree version >= 2021.9 * cleanup code
-