- May 20, 2021
-
-
rptaylor 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
-
rptaylor authored
It can be counterintuitive for the downloaded files to show up on local host when download_localhost is false, this explains the reason.
-
- May 18, 2021
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
Basically we need to make necessary TCP/UDP ports open. However the necessary ports are so many, and sometimes it is difficult to figure out that is due to firewall issues or not if facing deployment issues. To distinguish a root problem on such situation, this adds contrib playbook to disable the service firewall for Kubespray development and test.
-
Pavel Martynov authored
-
Pavel Martynov authored
-
Cristian Calin authored
* add support for using ansible 2.10.x for deploying kubespray * move dns-autoscaler-clusterrole{binding}.yml to files/ folder * note that ansible 2.10 is now experimentally supported * coredns: move files to templates like before #4341
-
- May 17, 2021
-
-
Muzi Li authored
-
- May 16, 2021
-
-
Cristian Calin authored
-
- May 14, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Cristian Calin authored
-
- 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 08, 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
-