- May 12, 2021
-
-
tkob authored
* Replace map in Terraform scripts with tomap (#7576) * Fix Terraform linter warnings (#7576)
-
Sergey authored
-
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 11, 2021
-
-
emiran-orange authored
Enables Calico serviceAccount token monitoring and update of /etc/cni/net.d/calico-kubeconfig if need be. (#7586) Since K8S 1.21, BoundServiceAccountTokenVolume feature gate is in beta stage, thus activated by default (anyone who follows CSI guidelines has enabled AllAlpha and faced the issue before 1.21). With this feature, SA tokens are regenerated every hour. As a consequence for Calico CNI, token in /etc/cni/net.d/calico-kubeconfig copied from /var/run/secrets/kubernetes.io/serviceaccount in install-cni initContainer expires after one hour and any pod creation fails due to unauthorization. Calico pods need to be restarted so that /etc/cni/net.d/calico-kubeconfig is updated with the new SA token.
-
Cristian Calin authored
-
muzi502 authored
Fix coredns image repo and tag typo for #7570
-
Cristian Calin authored
-
muzi502 authored
-
Cristian Calin authored
-
Hari Hud authored
* Remove the duplicate task in etcd role * Remove inessential delegate_to
-
- May 10, 2021
-
-
Cristian Calin authored
-
- May 07, 2021
-
-
Hari Hud authored
-
- May 04, 2021
-
-
Cedric Hnyda authored
Signed-off-by: Cedric Hnyda <cedric.hnyda@itera.io>
-
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 30, 2021
-
-
bac-w authored
* Upgrade cilium roles * Del old test result * Add hubble ui examples * Refactor hubble metrics * Markdown fix pipeline errors * yamllint check and fix * refactor install from https://github.com/kubernetes-sigs/kubespray/pull/7520 * Docs syntax change (fix) * Cilium set default 1.8.9 * Update cilium version in Readme
-
Florian Ruynat authored
-
MRoci authored
follow new naming conventions for gcr's coredns image. starting from 1.21 kubeadm assumes it to be `coredns/coredns`: this causes the kubeadm deployment being unable to pull image, beacuse `v` was also added in image tag, until the role `kubernetes-apps` ovverides it with the old name, which is only compatible with <=1.7. Backward comptability with kubeadm <=1.20 is mantained checking kubernetes version and falling back to old names (`coredns:1.xx`) when the version is less than 1.21
-
holmesb authored
Fixes issue #7573 - Made Calico permissions compatible with v3.18.x (see https://github.com/projectcalico/calico/issues/4557). Specifically, granted watch to custom resources blockaffinities, ipamblocks & ipamhandles (#7575)
-
muzi502 authored
* Add image_arch variable when download flannel image * Fix flannel image tag typo with image arch
-
Florian Ruynat authored
-
- 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
-
-
Sergey authored
-
Cristian Calin authored
* crio: add supported versions 1.20 and 1.21 and align default with k8s version * cri-o: drop versions 1.17 and 1.18 from version matrix * update note on cri-o version alignment
-
muzi502 authored
-
Cristian Calin authored
* calico: upgrade from v3.17.3 to v3.17.4 * calico: upgrade from v3.18.1 to v3.18.2
-
Samuel Liu authored
-
harihud authored
-
- Apr 27, 2021
-
-
muzi502 authored
* Update Dockerfile for reduce image size * Remove KUBE_VERSION form Dockerfile
-
faruryo authored
Change mode so that calico-kube-controllers can be read because it was changed to run as non-root https://github.com/projectcalico/kube-controllers/pull/566
-
- Apr 26, 2021
-
-
Florian Ruynat authored
-
Cristian Calin authored
-
Florian Ruynat authored
-
muzi502 authored
-
muzi502 authored
* Add nerdctl cli tool for containerd user * Add nerdctl enable option * Add nerdctl enable option and update nerdctl version to 0.8.0
-
- Apr 24, 2021
-
-
Cristian Calin authored
* add calico 3.16.10 hashes * drop old calico version 3.16.9
-
Cristian Calin authored
* calico: drop support for version 3.15 * drop check for calico version >= 3.3, we are at 3.16 minimum now * we moved to calico 3.16+ so we can default to /opt/cni/bin/install
-
- Apr 23, 2021
-
-
muzi502 authored
-
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
-
-
Florian Ruynat authored
-