- Jul 13, 2020
-
-
petruha authored
-
- Jul 07, 2020
-
-
Hans Feldt authored
Co-authored-by:
Hans Feldt <hafe@users.noreply.github.com>
-
Hans Feldt authored
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>
-
spaced authored
-
- Jul 04, 2020
-
-
Sam Lin authored
* add remove_node_ip * move remove_node_ip to remove etcd part * fix: remove tail space * fix: handle ubuntu: focal
-
- Jul 03, 2020
-
-
Maxime Guyot authored
-
- Jul 02, 2020
-
-
Kenichi Omichi authored
Recently MetalLB becomes one of addons with renaming the options. This updates MetalLB README.md for this change.
-
Pasquale Toscano authored
-
- Jul 01, 2020
-
-
nurekage authored
-
Maxime Guyot authored
-
Paul Rey authored
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
-
- Jun 30, 2020
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Hans Feldt authored
* 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>
-
Florian Ruynat authored
-
Kenichi Omichi authored
This changes MetalLB contrib to one of addons for deploying MetalLB with Kubernetes cluster deployment. By the default, Kubespray doesn't deploy MetalLB addon.
-
Florian Ruynat authored
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
bozzo authored
-
- Jun 26, 2020
-
-
Mateus Caruccio authored
-
Erwan Miran authored
-
Qasim Sarfraz authored
-
Mike Dziedziela authored
-
- Jun 25, 2020
-
-
bozzo authored
This will avoid SSH connection on the local host
-
irizzant authored
-
Florian Ruynat authored
-
Hans Feldt authored
tags are not inherited for include_role therefore the change from include to import Co-authored-by:
Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 24, 2020
-
-
Samuel Liu authored
* Add event-ttl duration * Fix wrong location
-
Alvaro authored
Support for Ambassador OSS as an Ingress Controller when settings `ingress_ambassador_enabled: true`. Signed-off-by:
Alvaro Saurin <alvaro.saurin@gmail.com>
-
- Jun 22, 2020
-
-
Joel Seguillon authored
-
Pasquale Toscano authored
* Install Kata Containers as additional container runtime * Create RuntimeClasses for Kata Containers * Updated Vagrant to optionally run without Docker as container manager * Updated Vagrant to optionally use Libvirt nested virtualization * Add Kata Containers documentation * Fix lint errors * Add kata_containers_enabled to kubespray-defaults * Fixed typo error * Fixed typo error
-
- Jun 18, 2020
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Jun 17, 2020
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Jun 16, 2020
-
-
Samuel Liu authored
* ADD tls cipher suites support yaml lint yamllint * update test case * update test case
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Kenichi Omichi authored
We need to specify either external_openstack_tenant_name or external_openstack_tenant_id. Those values were checked by seeing they are defined or they have actual values separately. However those values are always defined because of the following code of openstack/defaults/main.yml: external_openstack_tenant_id: "{{ lookup('env','OS_TENANT_ID')| default(lookup('env','OS_PROJECT_ID'),true) }}" external_openstack_tenant_name: "{{ lookup('env','OS_TENANT_NAME')| default(lookup('env','OS_PROJECT_NAME'),true) }}" So even if not specifying both values, those checks could not detect the misconfiguration. This fixes this to detect the misconfiguration.
-