- Sep 07, 2021
-
-
Cristian Calin authored
* Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA * Add check for dynamic_kubelet_configuration with kube >= 1.22
-
- Sep 06, 2021
-
-
Cristian Calin authored
* CSI: update CSI snapshot CRDs * CSI: update snapshot controller tag version with kubernetes specific versions * CSI: allow enabling csi_snapshot_controller independent of Cinder CSI * CSI: Align csi-snapshot-controller with upstream and use a Deployment instead of a StatefulSet
-
- Sep 01, 2021
-
-
kranthi guttikonda authored
* cri-o registry auth support * yaml lint for comments * crio_registry_auth from registry_auth * crio_registry_auth as defaults
-
Maciej Wereski authored
Signed-off-by:
Maciej Wereski <m.wereski@partner.samsung.com>
-
- Aug 30, 2021
-
-
Florian Ruynat authored
-
- Aug 23, 2021
-
-
Samuel authored
* feat(containerd): auth support * fix(registry-auth): rename variable
-
- Aug 12, 2021
-
-
Léopold Jacquot authored
-
- Jul 30, 2021
-
-
Vitaliy D authored
Changes: * ClusterRole updated according to the latest manifests from https://github.com/kubernetes/cloud-provider-vsphere * vSphere CPI/CSI default versions bumped and tested successfully on K8S 1.21.1 * vSphere documentation updated Signed-off-by:
Vitaliy D <vi7alya@gmail.com>
-
- Jul 20, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Jul 17, 2021
-
-
Atsushi Nukariya authored
-
- Jul 13, 2021
-
-
cleveritcz authored
-
- Jul 10, 2021
-
-
Sébastien Huss authored
-
- Jun 29, 2021
-
-
Cristian Calin authored
-
- Jun 28, 2021
-
-
Cristian Calin authored
* Claico Docs: clarify the algorithm to calculate calico_veth_mtu * Update sample calico_veth_mtu
-
Cristian Calin authored
* Enable Graceful Node Shutdown for Kubernetes >= 1.21.0 * Add sample graceful shutdown parameters
-
- Jun 25, 2021
-
-
Cristian Calin authored
* Calico: add Wireguard support * CI: Add Calico Wireguard scenario
-
- May 27, 2021
-
-
Fredrik Liv authored
* Added possibility to specify vSphere credentials via env variables * Removed excessive spacing
-
Florian Ruynat authored
-
- May 19, 2021
-
-
Fatih Sarhan authored
* Override the default value of containerd's root, state, and oom_score configurations * Add tests data for containerd_storage_dir, containerd_state_dir and containerd_oom_score variables
-
- May 14, 2021
-
-
Florian Ruynat authored
-
- May 12, 2021
-
-
Cristian Calin authored
* add initial MetalLB docs * metallb allow disabling the deployment of the metallb speaker * calico>=3.18 allow using calico to advertise service loadbalancer IPs * Document the use of MetalLB and Calico * clean MetalLB docs
-
- May 04, 2021
-
-
Eugene Artemenko authored
-
- May 03, 2021
-
-
Samuel Liu authored
* Add krew support * Add reset for krew * Update install krew(local) * ansible lint * yamllint * fix krew default vars * fix kubectl_localhost mode * replace include * fix e206
-
- Apr 29, 2021
-
-
Cristian Calin authored
* rename ansible groups to use _ instead of - k8s-cluster -> k8s_cluster k8s-node -> k8s_node calico-rr -> calico_rr no-floating -> no_floating Note: kube-node,k8s-cluster groups in upgrade CI need clean-up after v2.16 is tagged * ensure old groups are mapped to the new ones
-
- Apr 28, 2021
-
-
Samuel Liu authored
-
- Apr 23, 2021
-
-
Cristian Calin authored
* AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux * AlmaLinux: identify as a centos derrivative * AlmaLinux: add AlmaLinux to checks for CentOS * Use ansible_os_family to compare family and not distribution
-
- Apr 22, 2021
-
-
Samuel Liu authored
-
Ian Martin authored
* Ambassador can watch multiple namespaces * update variable name per PR review
-
- Apr 21, 2021
-
-
Mathieu Parent authored
Fixes "mapping values are not allowed in this context
-
- Apr 16, 2021
-
-
Florian Ruynat authored
-
- Apr 15, 2021
-
-
Florian Ruynat authored
-
- Apr 14, 2021
-
-
Florian Ruynat authored
-
- Apr 13, 2021
-
-
Samuel Liu authored
* fix offline mode * add offline messages
-
- Apr 12, 2021
-
-
Etienne Champetier authored
This allow to configure when K8S certificates renewal runs Signed-off-by:
Etienne Champetier <e.champetier@ateme.com>
-
- Apr 09, 2021
-
-
Mathieu Parent authored
Also set in all/containerd.yml
-
- Apr 05, 2021
-
-
Maxime Lavandier authored
-
- Apr 02, 2021
-
-
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
-