- Apr 17, 2020
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
https://github.com/colemickens/azure-kubernetes-status is deprecated and will be removed soon as the README. So this updates the link to the repository for a new one.
-
- Apr 16, 2020
-
-
Rishi authored
The Terraform installation part states that is for CentOS 7, but the echo command refers to OS X binary. Updated the echo command to use the Linux version.
-
Maxime Guyot authored
-
qvicksilver authored
* Terraform/OpenStack: Allow free form worker node definition * fixup! Terraform/OpenStack: Allow free form worker node definition
-
Sergey authored
* assembly fallback_ips and no_proxy var only one time on localhost and populate result on all hosts * add tag always, fix ansible lint errors * workaround to mitogen issue dw/mitogen#663 * do not gather fact before install python on coreos like distros * try to pass docker molecule test
-
Lovro Seder authored
-
Florent Monbillard authored
* Generate unique username per cluster * rename admin kubeconfig shell output to raw_admin_kubeconfig * Make the linter happy * Fix lint errors * Cleaning up tasks
-
aharrisson authored
* Add Molecule for container-engine/docker * Add bootstrap-os to Molecule prepare stage
-
- Apr 15, 2020
-
-
Florian Ruynat authored
-
Pasquale Toscano authored
* Customize PodSecurityPolicies from inventory * Fixed yaml indentation
-
Ryler Hockenbury authored
-
Florian Ruynat authored
-
Florian Ruynat authored
* Add CI_TEST_VARS to tests * Update flannel to 0.12.0 (with new manifests) and disable tx/rx offloading in networking test
-
- Apr 14, 2020
-
-
Florian Ruynat authored
-
Christopher Randles authored
-
MikeG authored
-
Carlos Tolon authored
Add the `container_manager` variable as a Cluster Variable in the global Docs
-
- Apr 11, 2020
-
-
Florian Ruynat authored
-
spaced authored
* fix upgrade of crio on fcos - update documents * install conntrack required by kube-proxy - like commit 48c41bcb * enable fedora modular repo for crio * allow to override crio configuration - set cgroup manager same to kubelet_cgroup_driver if defined - path of seccomp_profile depends on distribution * allow to override crio configuration - fix path for ubuntu * allow to override crio configuration - fix cni path for fcos
-
Pasquale Toscano authored
-
Florian Ruynat authored
-
Chris authored
* added required permissions for querying endpointslice resources * copy-pasted role permissions from cilium install manifests * bumped cilium version to v1.7.2
-
-
Sergey authored
-
Florian Ruynat authored
-
- Apr 10, 2020
-
-
Sergey authored
-
Maxime Guyot authored
-
- Apr 09, 2020
-
-
Florian Ruynat authored
-
Alexander Kross authored
Update Calico to v3.13.2, Multus to v3.4.1. Add ConfigMap get permission to allow calico-node access to kubeadm config. (#5912)
-
aharrisson authored
-
qvicksilver authored
Terraform/OpenStack: Fix idempotency bug in module.network.openstack_networking_router_interface_v2.k8s[0] (#5914)
-
Florian Ruynat authored
-
Denis Kadyshev authored
* Fix proxy and module_hotfixes On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options. For example: `proxy=http://127.0.0.1:3128module_hotfixes=True` But expected result: ``` proxy=http://127.0.0.1:3128 module_hotfixes=True ``` * Use ini_file module for work with ini files * Prevent duplicates proxy= option in /etc/yum.conf Module `lineinfile` is weak, use most powerful module `ini_file` and add or remove `proxy=` when `http_proxy` is defined or not.
-
- Apr 08, 2020
-
-
Florian Ruynat authored
-
Alexander Kross authored
-
Maxime Guyot authored
-
Florian Ruynat authored
-
spaced authored
-
Etienne Champetier authored
* etcd: etcd-events doesn't depend on etcd_cluster_setup Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: remove condition already present on include_tasks Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: fix scaling up Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use *access_addresses, do not delegate to etcd[0] We want to wait for the full cluster to be healthy, so use all the cluster addresses Also we should be able to run the playbook when etcd[0] is down (not tested), so do not delegate to etcd[0] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use failed_when for health check unhealthy cluster is expected on first run, so use failed_when instead of ignore_errors to remove scary red messages Also use run_once Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/preinstall: ensure ansible_fqdn is up to date after changing /etc/hosts Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/master: regenerate apiserver cert if needed Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-