Cristian Calin
a517a8db01
Drop chech for kubelet_shutdown_grace_period ( #7993 )
and kubelet_shutdown_grace_period_critical_pods as ansible cannot do
sane time interval calculations
3 years ago
Cristian Calin
ae44aff330
Calico: increase calico node probe timeouts and allow tunning ( #7981 )
3 years ago
Florian Ruynat
09af3ab074
Set Kubernetes default version to 1.21.5
3 years ago
Cristian Calin
d57ddf0be8
Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA ( #7938 )
* Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA
* Add check for dynamic_kubelet_configuration with kube >= 1.22
3 years ago
Cristian Calin
db470f8529
Update CSI snaphotter and make it independent ( #7943 )
* 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
3 years ago
Maciej Wereski
48ceca4919
MetalLB: update to v0.10.2 ( #7925 )
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
3 years ago
Florian Ruynat
b5aced20e1
Update Kubernetes version to 1.21.4
3 years ago
Léopold Jacquot
c06896a352
Update metrics-server to 0.5.0 ( #7864 )
3 years ago
Florian Ruynat
ed87386d7b
Set default k8s version to 1.21.3
3 years ago
Atsushi Nukariya
417180246c
Fix: typos in docs and comments ( #7805 )
3 years ago
cleveritcz
3ff7bc1f64
Added k8s 1.21.2 ( #7789 )
3 years ago
Cristian Calin
bd6d810d0a
nodelocaldns: allow binding metrics address to host IP ( #7748 )
3 years ago
Cristian Calin
05d864c913
Calico Docs: clarify the algorithm to calculate calico_veth_mtu ( #7749 )
* Claico Docs: clarify the algorithm to calculate calico_veth_mtu
* Update sample calico_veth_mtu
3 years ago
Cristian Calin
a3e34f589a
Enable Graceful Node Shutdown for Kubernetes >= 1.21.0 ( #7746 )
* Enable Graceful Node Shutdown for Kubernetes >= 1.21.0
* Add sample graceful shutdown parameters
3 years ago
Cristian Calin
a2cf6816ce
Calico wireguard ( #7638 )
* Calico: add Wireguard support
* CI: Add Calico Wireguard scenario
3 years ago
Florian Ruynat
7208169db3
Update kubernetes version to 1.21.1
3 years ago
Florian Ruynat
bdf74c6749
Set default version to 1.20.7
3 years ago
Cristian Calin
14cf3e138b
Support Calico advertisement of MetalLB LoadBalancer IPs ( #7593 )
* 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
3 years ago
Samuel Liu
96e6a6ac3f
Add krew support ( #7464 )
* 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
3 years ago
Cristian Calin
360aff4a57
Rename ansible groups to use _ instead of - ( #7552 )
* 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
3 years ago