- 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
-
Cristian Calin authored
-
- Nov 04, 2021
-
-
Cristian Calin authored
-
Florian Ruynat authored
-
- Nov 03, 2021
-
-
Cristian Calin authored
Fix-CI: python was upgraded in CI to 3.10 and pathlib is now included in python base making this dependency break the CI (#8153)
-
- Nov 02, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Erkan Zileli authored
I guess `kubernetes-the-hard-way` should be `kubernetes-the-kubespray-way` because of recently created network name is `kubernetes-the-kubespray-way`.
-
- 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
* nginx-ingress: bump to 1.0.4 * Disable builtin ssl_session_cache solving the problem with OpenSSL consuming memory. * Print warning only instead of error if no IngressClass permission is available. * nginx-ingress: bump to 1.0.4 in the README
-
Cristian Calin authored
-
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
-
Utku Özdemir authored
* Add fallback to node drain using --disable-eviction flag Signed-off-by: Utku Ozdemir <uoz@protonmail.com> * Move drain fallback tasks to separate file Signed-off-by: Utku Ozdemir <uoz@protonmail.com> * Add delegate_facts to fix the drain fallback Signed-off-by: Utku Ozdemir <uoz@protonmail.com> * Fix ansible-lint error Signed-off-by: Utku Ozdemir <uoz@protonmail.com> * Move drain fallback into block Signed-off-by: Utku Ozdemir <uoz@protonmail.com>
-
jayonlau authored
-
Kenichi Omichi authored
kube-bench scan outputs warning related to Calico like: * text: "Ensure that the Container Network Interface file permissions are set to 644 or more restrictive (Manual)" * text: "Ensure that the Container Network Interface file ownership is set to root:root (Manual)" This fixes these warnings.
-
- Oct 19, 2021
-
-
Cristian Calin authored
* netchecker: update images to 1.2.2 from Mirantis which is slightly less ancinet than the l23networks images * Netchecker: use local etcd instead of kubernetes v1beta1 crds which are no longer suported by kube 1.22+
-
Omar Aloraini authored
* Add Rocky as a known OS * Make sure Rocky includes bootstrap-centos.yml * Update docs with Rocky Linux * Rocky Linux wireguard and EPEL * Rocky Linux in the list of supported distributions
-