Florian Ruynat
d8a197ca51
Fix remove etcd broken with etcdctl_api 3 ( #6448 )
4 years ago
Hugo Blom
1f9841f609
update cinder csi manifests ( #6434 )
4 years ago
Florian Ruynat
aa21edeb53
Update docker package to 19.03.12 ( #6439 )
4 years ago
Konstantin Lebedev
4b80a7f6fe
Felix configuration via extraenvs of calico node ( #6433 )
4 years ago
Michael Sheinberg
e06e6895da
Remove dbus-tools from coreos bootstrap ( #6428 )
Trying to layer this package on Fedora 32 causes the install to crash
and furthermore it looks like the original bug linked to in the comment
has been resolved for Fedora 31
4 years ago
Florian Ruynat
50fc82acdc
Minor update to Cilium and Calico ( #6438 )
4 years ago
Igor Vuk
ea67bb6e41
Fix typo: Modprode -> Modprobe ( #6429 )
4 years ago
Minjong Kim
b19f2e2d3d
Update the calico_veth_mtu setting to affect IP-in-IP users ( #6419 )
* Update calico_veth_mtu to FELIX_IPINIP variable
calico_veth_mtu is specified in the configuration, but since it only works for wireguard, modify it to work for IP-in-IP users.
* Update template with more cleaner expression
4 years ago
chenguoquan1024
9c48f666ec
change /etc/ssl/etcd to etcd_config_dir param ( #6408 )
* change /etc/ssl/etcd to etcd_config_dir param
* add use etcd_events_data_dir param
4 years ago
Florent Monbillard
bf8c8976dd
Upgrade etcd to 3.4.3 ( #5998 )
4 years ago
Konstantin Lebedev
a7ec0ed587
add audit webhook support ( #6317 )
* add audit webhook support
* use generic name auditsink
4 years ago
Arthur Outhenin-Chalandre
1a1fe99669
Add a way to deploy cilium alongside another CNI ( #6373 )
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago
Florian Ruynat
5e22574402
Remove allow-release-candidate-upgrades already include in experimental-upgrades flag ( #6349 )
4 years ago
chenguoquan1024
e1873ab872
add calico-node selinux ( #6359 )
4 years ago
Kenichi Omichi
29312a3ec0
Add oomichi to reviwers of MetalLB addon ( #6393 )
I'd like to review PRs related to metallb addon as possible to make
it better, and it would be easy to track related PRs if becoming the
reviewer.
4 years ago
Qasim Sarfraz
feeb701c13
Respect kube_override_hostname during removal/upgrade ( #6347 )
* respect kube_override_hostname during removal/upgrade
* Use hostvars in loop
4 years ago
Daniel Schade
b347aefd61
Fixed fedora modular repos activation for fcos ( #6300 )
* Enable fedora modular repos for fcos #6299
* Fixed fedora modular repos activation for fcos #6300
4 years ago
Arthur Outhenin-Chalandre
abfa1636e4
Fix kube-proxy post deployment removal ( #5554 )
* Fix kube-proxy removal
* Fix unwanted skipped task for kube-proxy
* Fix kube_proxy_remove default
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
* Add test for kube-router svc proxy
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago
Steven Reitsma
deca5ec903
Remove old csi-attacher flag and fix RBAC for Cinder CSI ( #6358 )
Add proper RBAC for new csi-attacher version
4 years ago
Arthur Outhenin-Chalandre
05b9f14b76
Update cilium minimum kernel preinstall check ( #6376 )
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
4 years ago
petruha
4cb576da19
Add readiness probe to dns-autoscaler ( #6382 )
4 years ago
Hans Feldt
22996babcf
allow kubeadm to upgrade etcd ( #6345 )
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
4 years ago
Hans Feldt
75ad868cbd
crio: harden downloads with retry ( #6374 )
CI job 624031102 failed with:
fatal: [ubuntu1804]: FAILED! => {"changed": false, "msg": "Failed to download key at https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_18.04/Release.key : Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>"}
Assuming its a temporary problem it should get more robust with a
couple of retries like in other roles.
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
4 years ago
spaced
9433fe46c8
Add workaround with include_task for mitogen ( #6312 )
4 years ago
Sam Lin
6bb47d8adb
Fix can't remove etcd node ( #6363 )
* add remove_node_ip
* move remove_node_ip to remove etcd part
* fix: remove tail space
* fix: handle ubuntu: focal
4 years ago
Maxime Guyot
57eefdd458
Fix azure-cloud-config.j2 JSON syntax ( #6364 )
4 years ago
Kenichi Omichi
060d25fc79
Update MetalLB README.md ( #6350 )
Recently MetalLB becomes one of addons with renaming the options.
This updates MetalLB README.md for this change.
4 years ago
Pasquale Toscano
4ce970c0b2
Cilium: overwrite auto-detected MTU of underlying network ( #6329 )
4 years ago
nurekage
017df7113d
Patch Calico for V3.14.0 missing CR and CRD ( #6276 )
4 years ago
Maxime Guyot
00fe3d5094
Explicitly set ETCDCTL_API and use ETCDCTL_ENDPOINTS ( #6327 )
4 years ago
Paul Rey
bcac3c62a2
Add additional metadata configuration options to external Openstack CCM (kubernetes-sigs#6338) ( #6339 )
* Add additional metadata configuration option to external Openstack CCM (kubernetes-sigs#6338)
* Set the variable external_openstack_metadata_search_order undefined by default
4 years ago
Florian Ruynat
2a82dff3ae
Remove runtime-config from kubeadm if empty ( #6311 )
4 years ago
Florian Ruynat
16ec5939c2
Update deprecated api ( #6245 )
4 years ago
Florian Ruynat
b064274e27
Update kube-router to 1.0.0 ( #6211 )
4 years ago
Hans Feldt
ae003af262
Fix kubelet cgroup driver detection for crio ( #6331 )
* Fix kubelet cgroup driver detection for crio
Remove fact standalone_kubelet since it is not used
* Fix yamllint complaints of roles/kubernetes/node/tasks/facts.yml
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
4 years ago
Florian Ruynat
f515898cb5
Update hashes and set default version to 1.18.5 ( #6335 )
4 years ago
Kenichi Omichi
25bab0e976
Change MetalLB to one of addons ( #6238 )
This changes MetalLB contrib to one of addons for deploying MetalLB with
Kubernetes cluster deployment. By the default, Kubespray doesn't deploy
MetalLB addon.
4 years ago
Florian Ruynat
8213b1802b
Update calico to 1.15.0 + minor update to kube-ovn/weave ( #6306 )
4 years ago
Joel Seguillon
4c1e0b188d
Add .editorconfig file ( #6307 )
4 years ago
bozzo
09b23f96d7
Use NetworkManager to manage resolv.conf in FedoraCoreOS ( #6291 )
4 years ago
Mateus Caruccio
1892cd65f6
Add support for dns_etchosts ( #6236 )
4 years ago
Erwan Miran
d3ca9d1db9
kube_encryption_resources must be output as yaml ( #6309 )
4 years ago
Qasim Sarfraz
16ad344c41
Gather ansible_default_ipv4 for specific groups ( #6318 )
4 years ago
Mike Dziedziela
8ca2a9a7d5
added azure_cloud parameter to Azure's cloud_config ( #6321 )
4 years ago
bozzo
276c450759
Use `connection: local` when `delegate_to: localhost` ( #6322 )
This will avoid SSH connection on the local host
4 years ago
irizzant
a6a6e843af
Add /dev volume ( #6319 )
4 years ago
Florian Ruynat
f54f63ec3f
Update cilium to 1.8.0 ( #6314 )
4 years ago
Hans Feldt
93951f2ed5
fix use of ansible tags ( #6316 )
tags are not inherited for include_role therefore the change
from include to import
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
4 years ago
Samuel Liu
c29b21717d
Add event-ttl duration ( #6310 )
* Add event-ttl duration
* Fix wrong location
4 years ago
Alvaro
80d16e6c91
Support for Ambassador OSS as an Ingress ( #6135 )
Support for Ambassador OSS as an Ingress Controller when
settings `ingress_ambassador_enabled: true`.
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
4 years ago