- Apr 05, 2021
-
-
dsy3502 authored
-
- Apr 02, 2021
-
-
Kenichi Omichi authored
The PR https://github.com/kubernetes-sigs/kubespray/pull/6927 has been merged and the issue https://github.com/kubernetes-sigs/kubespray/issues/6233 was fixed. This removes unnecessary note for the above PR.
-
Daniil Muidinov authored
* Set containerd version to 1.4.3 * Set containerd version to 1.4.4 Co-authored-by: Barry Melbourne <9964974+bmelbourne@users.noreply.github.com>
-
- Mar 24, 2021
-
-
Etienne Champetier authored
* Remove contrib/vault This is marked as broken since 2018 / 3dcb9146 This still reference apiserver.pem, not used since ddffdb63 Signed-off-by: Etienne Champetier <e.champetier@ateme.com> * Finish nuking vault from the codebase Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
Kenichi Omichi authored
This replaces kube-master with kube_control_plane because of [1]: The Kubernetes project is moving away from wording that is considered offensive. A new working group WG Naming was created to track this work, and the word "master" was declared as offensive. A proposal was formalized for replacing the word "master" with "control plane". This means it should be removed from source code, documentation, and user-facing configuration from Kubernetes and its sub-projects. NOTE: The reason why this changes it to kube_control_plane not kube-control-plane is for valid group names on ansible. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Mar 19, 2021
-
-
Erwan Miran authored
* Download Calico KDD CRDs * Replace kustomize with lineinfile and use ansible assemble module * Replace find+lineinfile by sed in shell module to avoid nested loop * add condition on sed * use block for kdd tasks + remove supernumerary kdd manifest apply in start "Start Calico resources"
-
Mikael Johansson authored
Signed-off-by: Mikael Johansson <mik.json@gmail.com>
-
- Mar 18, 2021
-
-
zhangshj-inspur authored
-
- Mar 17, 2021
-
-
Maciej Wereski authored
15.1 has reached EOL on 2021-02-02. Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
- Mar 15, 2021
-
-
Kenichi Omichi authored
upgrades.md explains how to do upgrade from v1.4.3 to v1.4.6 as an example. The versions are a little old, and the doc readers would have a concern the upgrade works fine or not. This updates versions after verifying the way works fine by hands.
-
- Mar 11, 2021
-
-
Robin Opletal authored
-
- Mar 05, 2021
-
-
Etienne Champetier authored
kubeadm never rotates sa.key/sa.pub, so there is no need to delete tokens/restart pods Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
- Mar 01, 2021
-
-
Florian Ruynat authored
-
- Feb 25, 2021
-
-
Sergey Mikhaltsov authored
* use external_openstack_lbaas_use_octavia for template openstack-cloud-config * Delete external_openstack_lbaas_use_octavia from default values. Added description and default values of variables to docs * markdown fix * make this simple * set external_openstack_lbaas_use_octavia in default values * duplicated variable in doc
-
- Feb 05, 2021
-
-
Matt Calvert authored
-
- Feb 01, 2021
-
-
Kenichi Omichi authored
This is a small step to replace "master" with "control-plane" in Kubespray project.
-
- Jan 26, 2021
-
-
Florian Ruynat authored
-
Ryler Hockenbury authored
* Allow configureable vni and port for flannel overlay * additional options for azure cloud config
-
- Jan 25, 2021
-
-
Etienne Champetier authored
This was introduced in 143e2272 Extra repo is enabled by default in CentOS, and is not the right repo for EL8 Instead of adding a CentOS repo to RHEL, enable the needed RHEL repos with rhsm_repository For RHEL 7, we need the "extras" repo for container-selinux For RHEL 8, we need the "appstream" repo for container-selinux, ipvsadm and socat Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Jan 18, 2021
-
-
Sergey authored
* Add prompt to upgrade node or delay before upgrade * add docs
-
- Jan 15, 2021
-
-
Guangwen Feng authored
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
-
- Jan 14, 2021
-
-
Florian Ruynat authored
-
- Jan 11, 2021
-
-
Gregor Krmelj authored
-
Gregor Krmelj authored
* update containerd documentation with etcd change * update conterind docs
-
- Jan 10, 2021
-
-
Igor Vuk authored
-
- Jan 08, 2021
-
-
holmesb authored
Signed-off-by: Brendan Holmes <5072156+holmesb@users.noreply.github.com>
-
- Jan 07, 2021
-
-
Etienne Champetier authored
* Improve how we set 'proxy=' in yum.conf or dnf.conf Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * Fixup spaces in no_proxy Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * Add svc,svc.{{ dns_domain }} to no_proxy Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Dec 18, 2020
-
-
Sergey authored
-
- Dec 16, 2020
-
-
Daniel Abbatt authored
Typo
-
- Dec 09, 2020
-
-
Kenichi Omichi authored
When clicking the link, we faced NotFound error page of the github.com. This fixes the link to avoid that.
-
- Dec 04, 2020
-
-
Sergey authored
* add crio registry mirror support * mdlint fix
-
- Dec 03, 2020
-
-
Florian Ruynat authored
-
- Dec 02, 2020
-
-
Etienne Champetier authored
* Fix etcd download dest Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * Only support Helm v3, cleanup install Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Nov 30, 2020
-
-
Florian Ruynat authored
-
Sergey authored
* containerd docker hub registry mirror support * add docs * fix typo * fix yamllint * fix indent in sample and ansible-playbook param in testcases_run * fix md * mv common vars to tests/common/_docker_hub_registry_mirror.yml * checkout vars to upgrade tests
-
- Nov 26, 2020
-
-
Etienne Champetier authored
This new version uses the same base image as kube-proxy (k8s.gcr.io/build-image/debian-iptables) This allow to automatically pick iptables-legacy or iptables-nft, and be compatible with RHEL/CentOS 8 https://github.com/kubernetes/dns/pull/367 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Nov 25, 2020
-
-
Andrii authored
-
- Nov 24, 2020
-
-
Barry Melbourne authored
-
- Nov 23, 2020
-
-
ZouYu authored
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
-
- Nov 04, 2020
-
-
Hans Feldt authored
* create a wrapper script with pki options * supports all kubespray managed container engines Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-