- Jan 03, 2022
-
-
Florian Ruynat authored
This reverts commit 4f2e4524.
-
Samuel Liu authored
-
jbpratt authored
-
- Dec 24, 2021
-
-
Cristian Calin authored
* [cni-plugins] upgrade to stable 1.0.1 * [flannel] use binary from dedicated project
-
- Dec 23, 2021
-
-
emiran-orange authored
* calico_pool_blocksize must be cast as string in assertion when defined * Cast as int rather than string
-
zemkogabor authored
-
- Dec 22, 2021
-
-
zhengtianbao authored
-
- Dec 21, 2021
-
-
zhengtianbao authored
-
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
-
-
Kenichi Omichi authored
"kubeadm alpha certs" command has been promoted to "kubeadm certs" command, and "kubeadm alpha certs" has been deprecated since Kubernetes v1.20 as [1]. In addition, Kubespray supports Kubernetes v1.20+. This delete the deprecated command for cleanup. [1]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#deprecation
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Nicolas MASSE authored
* add support for cri-o user namespaces * comply with yamllint rules
-
kakkotetsu authored
-
Cristian Calin authored
* nerdctl: move to 0.15.0 * nerdctl: reduce verbosity when pulling images * download: use proxy environment when using nerdctl to download containers
-
- Dec 17, 2021
-
-
Antoine Gatineau authored
-
- Dec 16, 2021
-
-
Samuel Liu authored
-
- Dec 15, 2021
-
-
zhengtianbao authored
* registry: service add clusterIP, nodePort, loadBalancer support * modify camelcase name to underscore * Add registry service type compatibility check
-
- Dec 14, 2021
-
-
Cristian Calin authored
* CI: fix test name debian10-aio was a 2 instance default * CI: Fix running ubuntu20-aio-docker * CI: Fix running ubuntu18-aio-docker
-
singeleaf authored
-
Xudong Zhang authored
(#8213) split containerd_runtimes to containerd_runc_runtime and containerd_additional_runtimes
-
- Dec 13, 2021
-
-
Marat Talipov authored
-
- Dec 10, 2021
-
-
Cristian Calin authored
-
Steven Reitsma authored
-
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 09, 2021
-
-
Florian Ruynat authored
Revert "remove no longer present etcd nodes from APIEndpoints list in kubeadm-config configmap (#8244)" (#8287) This reverts commit dc767c14.
-
Kenichi Omichi authored
For taking more responsibility on Kubespray project, this adds oomichi to the list of approvers.
-
- Dec 07, 2021
-
-
zhengtianbao authored
* Add registry TLS support * Add registry configmap and htpasswd auth
-
Cristian Calin authored
* Kata-Containers: add checksums for 2.3.0 * Kata-Containers: version 2.3.0 requires kubernetes 1.22.0+
-
Cristian Calin authored
-
Cristian Calin authored
-
zhengtianbao authored
-
- 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)
-
Samuel Liu authored
* Update loadbalancers versions * fix haproxy_config_dir mode
-
Samuel Liu authored
-
toplordsaito authored
upstream_dns_servers should change corefile config even resolvconf_mode=docker_dns
-
Alvaro Campesino authored
* Improve control plane scale flow (#13) * Added version 1.20.10 of K8s * Setting first_kube_control_plane to a existing one * Setting first_kube_control_plane to a existing one * change first_kube_master for first_kube_control_plane * Ansible-lint changes
-
Hanna Bledai authored
* if bind-address is not set to 0.0.0.0 * Update docs and left comments * fix yamllist check: remove space
-
Kenichi Omichi authored
If trying to pull k8scsi/csi-resizer image from gcr.io, we face the error like: $ docker pull gcr.io/k8scsi/csi-resizer:v1.0.0 Error response from daemon: Head https://gcr.io/v2/k8scsi/csi-resizer/ manifests/v1.0.0: unknown: Project 'project:k8scsi' not found or deleted. $ We can pull the image from quay.io instead. This fixes the issue.
-