- Sep 26, 2019
-
-
Maxime Guyot authored
-
陈谭军 authored
-
Richard Scott authored
The script is not usable unless you are in the '.vagrant/provisioners/ansible/inventory/artifacts' folder. This update makes this usable from anywhere.
-
Etienne Champetier authored
When using IPVS, kube_proxy_strict_arp = true is required https://github.com/danderson/metallb/issues/153#issuecomment-518651132 Add kube_proxy_strict_arp to inventory/sample
-
陈谭军 authored
-
Sergey authored
-
- Sep 25, 2019
-
-
Robert Neumann authored
* print hostnames (#5110) Terrafrom - customize hosts root volume size disable block_device by default value Terraform formatting fix Fixed typos * fix resources after rebase * Fix glusterfs image issue
-
Erwan Miran authored
-
陈谭军 authored
-
- Sep 23, 2019
-
-
pando85 authored
-
- Sep 22, 2019
-
-
Sergey authored
- do not run etcd role when etcd_kubeadm_enabled == true - remove default value 'systemd' for cgroup driver in containerd role. this value override autodetect in kubelet_cgroup_driver_detected from docker info
-
- Sep 18, 2019
-
-
Florent Monbillard authored
-
Qingkun Li authored
This allows to easily override the gcr, quay, and docker repos with the mirror repos in countries like China, where the default accesses are blocked or unstable.
-
Sergey authored
-
- Sep 17, 2019
- Sep 13, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1076b418f85a26d9896be69910052128afc51cee
-
andreyshestakov authored
mydict.keys() should be converted to list, otherwise it causes errors in loop iteration. Remove extra space after class name, which broke configmap. Also allow set reclaimPolicy property.
-
- Sep 10, 2019
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Cleaned up deprecated APIs: apps/v1beta1 apps/v1beta2 extensions/v1beta1 for ds,deploy,rs Add workaround for deploying helm using incompatible deployment manifest. Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
-
Florent Monbillard authored
* Fix ansible task titles for CRI connection tasks * Fix Azure subscription ID check task title
-
- Sep 09, 2019
-
-
Matthew Mosesohn authored
Change-Id: I5aa009358bee7035922b5a10327997e47c9ba434
-
leonmbecker authored
* added az_list to README section * added az_list to cluster.tfvars
-
- Sep 05, 2019
-
-
Matthew Mosesohn authored
Change-Id: I61319a06eb33d9fc868e19941924f387088b856b
-
- Aug 29, 2019
-
-
Csergő Bálint authored
-
- Aug 28, 2019
-
-
Guangming Wang authored
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
-
Richard Arends authored
* Use python3-libselinux on RHEL8/Centos8 * The fact ansible_facts.distribution_major_version is not present on older Ansible version. Default it to 0 in when not present and use libselinux-python as package to get current default behaviour.
-
- Aug 27, 2019
-
-
Matthew Mosesohn authored
-
- Aug 23, 2019
-
-
rptaylor authored
-
Matthew Mosesohn authored
Previous logic used calicoctl.sh create --skip-exists, which allowed setting initial values, but not permitting changes.
-
- Aug 22, 2019
-
-
Neven Miculinic authored
* Added CRI-O support for ubuntu * implemented feedback * set crictl to fixed version * Fix errors during rebasing * Fix linting errors
-
Michael Oglesby authored
Fix for Kubespray Issue #5059 (https://github.com/kubernetes-sigs/kubespray/issues/5059). There is a known issue with the 'fetch' module that will sometimes lead to it failing with a memory error. See ansible/ansible#11702 (https://github.com/ansible/ansible/issues/11702). I encountered this issue with the "Copy kubectl binary to ansible host" task in kubespray/roles/kubernetes/client/tasks/main.yml, and it caused my entire deployment to error out (see "Output of ansible run" above). Replacing 'fetch' with 'synchronize' fixes this issue.
-
ewtang authored
Updated Openstack to terraform 0.12 (#5062) * update openstack to terraform 0.12(.5) * replace cluter.tf with cluster.tfvars * update README.md to terraform 0.12 * update Openstack CI tests to use terraform 0.12 * specify terraform version in openstack README * gitlab CI to copy cluster.tfvars in case of openstack provider * The terraform/openstack dynamic inventory can read tfstate v4 (generated by terraform 0.12) and convert them internally ro v3 (as generated by terraform 0.11.x). Additionally the script has been updated to Python 3.
-
Victor Morales authored
According to their compatibility matrix[1] the 1.11.5 version seems to be deprecated. This change updates the CentOS repository reference. [1] https://github.com/cri-o/cri-o#compatibility-matrix-cri-o---kubernetes-clusters
-
ewtang authored
Upgrade to Kubernetes 1.15.3 (#5091)
-
Sergey authored
* run 'task download_container | Copy image to ansible host cache' with synchronize on download_delegate host * try to run task copy file to ansible host on all inventory, not only on first random host
-
- Aug 21, 2019
-
-
mcayland authored
This allows the user to optionally specify the dns_domain attribute on the generated internal kubernetes network.
-
Tony Fouchard authored
-
- Aug 20, 2019
-
-
Andreas Krüger authored
-
Hugo Blom authored
-