- Apr 06, 2020
-
-
qvicksilver authored
-
- Apr 02, 2020
-
-
Maxime Guyot authored
-
- Apr 01, 2020
-
-
Florian Ruynat authored
-
Maxime Guyot authored
-
Maxime Guyot authored
-
Maxime Guyot authored
-
Maxime Guyot authored
-
Craig Rodrigues authored
* Add checksums for v1.18.0 * Add crictl version for k8s 1.18
-
Florian Ruynat authored
-
Maxime Guyot authored
-
Ali Sanhaji authored
* Azure Disk CSI deployment * Mention Azure CSI support * Fix: remove unnecessary file * Typo in documentation * Add newline to end of file
-
matjazp authored
-
- Mar 31, 2020
-
-
Vinayaka V Ladwa authored
Azure vmss - kubelet: failed to get instance ID from cloud provider: instance not found #5824 (#5855) * kubernetes-sigs-kubespray #5824 Added support nodes which are part of Virtual Machine Scale Sets(VMSS) * kubernetes-sigs-kubespray #5824 * kubernetes-sigs-kubespray #5824 Added comments and updatetd azure docs. * kubernetes-sigs-kubespray #5824 Added supported values comments for "azure_vmtype" in azure.yml
-
Maxime Guyot authored
-
Maxime Guyot authored
-
Ali Sanhaji authored
* GCP Persistent Disk CSI Driver deployment * Fix MD lint * Fix Yaml lint
-
- Mar 30, 2020
-
-
Anshul Sharma authored
-
Christopher Randles authored
Signed-off-by: Chris Randles <randles.chris@gmail.com>
-
Martin Zobel-Helas authored
Before this commit, the bastion entry in the inventary was not honored, so machines behind firewalls or with unrouted addresses were not reachable for ansible.
-
- Mar 27, 2020
-
-
Mateus Caruccio authored
-
Florian Ruynat authored
* Upgrade to Kubernetes 1.17.4 - change defaults * Update ci jobs to previous k8s release (will fix them afterward)
-
Pierre Gaxatte authored
-
Maxime Guyot authored
-
Maxime Guyot authored
-
Mateus Caruccio authored
Allows to add custom zone resolving servers.
-
Craig Rodrigues authored
- make it follow redirects - error out if an HTTP error is encountered
-
- Mar 26, 2020
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Mar 25, 2020
-
-
Ali Sanhaji authored
* AWS EBS CSI implementation * Fixing image repos * Add OWNERS file * Fix expressions * Add csi-driver tag * Add AWS EBS prefix to variables * Add AWS EBS CSI Driver documentation
-
Xiaodu authored
The variable is defined in `kubernetes/preinstall` role and used in several roles. Since `kubernetes/preinstall` is not always included when `ansible-playbook` is run with tag selectors (see #5734 for reason), they will fail, or individual roles must copy the same fact definitions (as in #3846). Moving the definition to the always-included `kubespray-defaults` role will resolve the dependency problem.
-
Etienne Champetier authored
Co-authored-by: alexkomrakov <alexkomrakov@gmail.com>
-
Petr Enkov authored
-
Etienne Champetier authored
we can't set module_hotfixes=True using yum_repository ansible module Fixes 38688a44 (keep docker-ce.repo name) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Mar 24, 2020
-
-
Stephen Schmidt authored
- This solves issue #5721 & #5713 (dupes) - Provide a cleaner default usage pattern for the download role around etcd that supports 'host' and 'docker' properly - Extract the 'etcdctl' as a separate task install piece and reuse it where appropriate - Update the kubeadm-etcd task to reflect the above change
-
Petr Enkov authored
-
Mateus Caruccio authored
This implements the same behavior as https://github.com/kubernetes-sigs/kubespray/blob/a15a0b5eb954c29636b4257463ef29ab2f5a191c/roles/network_plugin/calico/templates/calico-node.yml.j2 More info: https://github.com/projectcalico/felix/issues/1447
-
Pierre Gaxatte authored
-
- Mar 21, 2020
-
-
Pierre Gaxatte authored
-
Etienne Champetier authored
Tests as filters support is removed as of Ansible 2.9 https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.5.html#jinja-tests-used-as-filters Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
eddebc authored
Fixed an issue where without a default GW, ansible_default_ipv4 would return an empty dict which passed as a valid fallback_ip dict item (#5394)
-