- Dec 05, 2019
-
-
Hugo Blom authored
-
- Dec 03, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1634ba2d2d3337243ffcdea86750003a559f2576
-
- Dec 02, 2019
-
-
Matthew Mosesohn authored
Change-Id: I33d46c7e0c5374467e22c5a652b282d1703dea85
-
- Nov 28, 2019
-
-
Matthew Mosesohn authored
Change-Id: I3fff04f0211cd9c2e8235acaf51c3aa98abc8bb7
-
- Nov 27, 2019
-
-
Yujun Zhang authored
-
- Nov 20, 2019
-
-
Michael Shen authored
-
- Nov 18, 2019
-
-
Matthew Mosesohn authored
This fixes the scenario where masters are upgraded one at a time and coredns gets improperly scaled back up to 2 replicas. Change-Id: I7cc9283f40efcfd61b5813c89a5805c95d901567
-
- Nov 14, 2019
-
-
Matthew Mosesohn authored
Change-Id: I68a962a9dd28c83ef07eaeaf53eb98287f38bca9
-
- Nov 11, 2019
-
-
LuciferInLove authored
-
Matthew Mosesohn authored
Change-Id: I298496e55a6889c158b2085fcadeda5e679a873e
-
- Nov 06, 2019
-
-
Matthew Mosesohn authored
Change-Id: I54d706f7941b4b86c4c6cd45340295577155b884
-
Matthew Mosesohn authored
Change-Id: If3e253a40782e03cde7fc4a91493517ae31fda17
-
- Nov 05, 2019
-
-
Matthew Mosesohn authored
Change-Id: I128b0f9c1acbb956d9a6c4e5510b45a36e296af7
-
- Oct 30, 2019
-
-
Matthew Mosesohn authored
Change-Id: If965cc6aa0daaca232dcf2ca0efd649aa097497f
-
- Oct 25, 2019
-
-
Matthew Mosesohn authored
Change-Id: I23116efefe8626d361d1904fc6fb8448f66cf3c5
-
- Oct 17, 2019
-
-
Sergey authored
check on all cluster node - kubelet_max_pods <= (2 ** (32 - kube_network_node_prefix | int)) - 2 (#5279)
-
Michael Oglesby authored
Kubespray Pull Request #5084 (https://github.com/kubernetes-sigs/kubespray/pull/5084) caused more problems than it solved due to limitations with the synchronize module. See comments on Kubespray Issues #5059 (https://github.com/kubernetes-sigs/kubespray/issues/5059) and #5116 (https://github.com/kubernetes-sigs/kubespray/issues/5116). Details from Ansible documentation: "Currently, synchronize is limited to elevating permissions via passwordless sudo. This is because rsync itself is connecting to the remote machine and rsync doesn’t give us a way to pass sudo credentials in. ... Currently there are only a few connection types which support synchronize (ssh, paramiko, local, and docker) because a sync strategy has been determined for those connection types. Note that the connection for these must not need a password as rsync itself is making the connection and rsync does not provide us a way to pass a password to the connection. ..." Thus, reverting Pull Request #5084.
-
yelhouti authored
-
Matthew Rapa authored
-
YichenWong authored
-
Matthew Mosesohn authored
* Add support for restart handlers for control plane on crio/containerd Change-Id: I8343cc4e9df7f55b732628ed01cc6e7ea5dcee85 * Update main.yml
-
- Oct 16, 2019
-
-
Robin Elfrink authored
Signed-off-by: Robin Elfrink <robin.elfrink@eu.equinix.com>
-
Qingkun Li authored
When using cluster.yml or scale.yml to add/scale nodes in the existing k8s cluster, the `kubeadm init` wouldn't run. As a result, kube-proxy wouldn't be created, and therefore the kube-proxy deletion task would fail, e.g. in the case where kube-router is used and "kube_proxy_remove" is set to true. As a workaround, add ignore_errors to the kube-proxy deletion task.
-
- Oct 09, 2019
-
-
Matthew Mosesohn authored
-
- Oct 08, 2019
-
-
Matthew Mosesohn authored
Change-Id: Ic9425bf90552d7e3d42b02409af9773d99376384
-
- Oct 02, 2019
-
-
Matthew Mosesohn authored
* Switch to Kubernetes v1.16.0 Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158 * Fix download localhost cached file path Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47 * fix kubeadm etcd for v1.16 Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2 * disable tf packet jobs Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154 * Disable contiv packet jobs. Fix kube-router Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d * bump sonobuoy version Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
-
- Sep 26, 2019
-
-
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
-
Sergey authored
-
- Sep 25, 2019
-
-
陈谭军 authored
-
- Sep 18, 2019
-
-
Sergey authored
-
- Sep 13, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1076b418f85a26d9896be69910052128afc51cee
-
- Sep 10, 2019
-
-
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
-
- Sep 05, 2019
-
-
Matthew Mosesohn authored
Change-Id: I61319a06eb33d9fc868e19941924f387088b856b
-
- Aug 28, 2019
-
-
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 23, 2019
-
-
rptaylor authored
-
- Aug 22, 2019
-
-
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.
-
- Aug 21, 2019
-
-
Tony Fouchard authored
-