- Nov 16, 2021
-
-
Lubos Mercl authored
Author: lmercl <lubos.mercl@gmail.com> Date: Wed Nov 10 15:30:04 2021 +0000 fix markdown
-
IKRozhkov authored
* add metallb auto-assign property for main IP range & update addons.yml for sample inventory * add new line at the end of file roles\kubernetes-apps\metallb\defaults\main.yml * set default value for matallb_auto_assign = true
-
- Nov 15, 2021
-
-
zhengtianbao authored
-
EDGsheryl authored
Signed-off-by: EDGsheryl <edgsheryl@gmail.com>
-
- Nov 14, 2021
-
-
Samuel Liu authored
-
- Nov 13, 2021
-
-
zhengtianbao authored
-
zhengtianbao authored
-
- Nov 11, 2021
-
-
Ajarmar authored
-
- Nov 09, 2021
-
-
Cristian Calin authored
* Kata-containes: Fix for ubuntu and centos sometimes kata containers fail to start because of access errors to /dev/vhost-vsock and /dev/vhost-net * Kata-containers: use similar testing strategy as gvisor * Kata-Containers: adjust values for 2.2.0 defaults Make CI tests actually pass * Kata-Containers: bump to 2.2.2 to fix sandbox_cgroup_only issue
-
Cristian Calin authored
* nodelocaldns: allow a secondary pod for nodelocaldns for local-HA * CI: add job to test nodelocaldns secondary
-
Cristian Calin authored
-
zhengtianbao authored
-
Cristian Calin authored
Docker: replace the use of containerd_version with docker_containerd_version to avoid causing conflicts when bumping containerd_version (#8130)
-
- Nov 08, 2021
-
-
zhengtianbao authored
krew release urls changed since v0.4.2, clearly OS type and arch inside the filename. from: https://github.com/kubernetes-sigs/krew/releases/download/v0.4.1/krew.tar.gz to: https://github.com/kubernetes-sigs/krew/releases/download/v0.4.2/krew-linux_amd64.tar.gz define `host_os` like `host_architecture` determine which OS is krew installed at.
-
Max Gautier authored
* Limit kubectl delete node to k8s nodes This avoids the use of `kubectl delete node` when removing etcd nodes which are not part of the cluser (separate etcd) * Take errors into account when deleting node There should not be error now that we're limiting the deletion to nodes actually in the cluster * Retrying on error
-
Hyojun Jeon authored
-
zhengtianbao authored
-
Kenichi Omichi authored
This fixes the preinstall check for cloud_provider option based on inventory/sample/group_vars/all/all.yml
-
- Nov 07, 2021
-
-
Álvaro Torres Cogollo authored
* Added ArgoCD kubernetes-app * Update argocd_version to latest
-
- Nov 06, 2021
-
-
Emin AKTAS authored
Signed-off-by: Emin Aktaş <eminaktas34@gmail.com> Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com> Co-authored-by: Necatican Yıldırım <necaticanyildirim@gmail.com> Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com> Co-authored-by: Necatican Yıldırım <necaticanyildirim@gmail.com>
-
- Nov 05, 2021
-
-
Antoine Gatineau authored
* cert-manager: add trusted internal ca when configured * wrong check for inventory variable * Update documentation
-
Pasquale Toscano authored
-
Marcus Fenner authored
* Fix containerd install for fcos * rm orphaned runc and containerd binaries
-
- Nov 04, 2021
-
-
Florian Ruynat authored
-
- Nov 01, 2021
-
-
zhengtianbao authored
* Ensure addon-resizer 1.8.11 only effective at arch amd64. k8s.gcr.io/addon-resizer:1.8.11 returns the amd64 image which is not executable at arm64. Disable addon-resizer when the platform is not amd64. When metrics-server upgrade and use addon-resizer:2.3, then revert this commit and `image_arch` will determine the `addon_resizer_image_tag`. * Add metrics_server_resizer architectures check
-
- Oct 29, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Oct 28, 2021
-
-
Sergey authored
-
Krystian Młynek authored
-
brainfair authored
* add weave_npc_extra_args in template * add defaults weave_npc_extra_args * add sample for weave_npc_extra_args
-
vatech_seungjin authored
restarting network in ubuntu 21.04 fails and checked the restart menu and found that hirsute was missing in the argument : )
-
irizzant authored
* fix(metrics-server): update defaults * fix(metrics-server): typo error
-
- Oct 27, 2021
-
-
Gheorghe Isak authored
-
Sébastien Masset authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Oct 25, 2021
-
-
Mohamed Zaian authored
* Disable builtin ssl_session_cache solving the problem with OpenSSL consuming memory. * Print warning only instead of error if no IngressClass permission is available.
-
- Oct 24, 2021
-
-
Julio H Morimoto authored
Fix https://github.com/kubernetes-sigs/kubespray/issues/8119 Signed-off-by: Julio Morimoto <julio@morimoto.net.br>
-
- Oct 22, 2021
-
-
Damian Szeluga authored
-
- Oct 20, 2021
-
-
Cristian Calin authored
* Containerd: download containerd from upstream instead of using distro specific packages split runc download to separate role make bootstrap-os role deploy container-selinux and seccomp libraries clean up package manager provided containerd move variables to docker role that are no longer common with containerd * Containerd: make molecule testing more relevant * replace ubuntu18 with ubuntu20 * add centos8 and debian11 to molecule tests * run kubernetes/preinstall role to ensure relevancy of test including dependency packages * CI: adjust test scenarios for downloaded containerd
-