- Oct 25, 2019
-
-
Ludovic Muller authored
-
- Oct 17, 2019
-
-
Matthew Mosesohn authored
* Generate TLS certs for calico typha Change-Id: I3883f49c124c52d0fc5b900ca2b44e4e2ed0d707 * Add group vars note Change-Id: I63550dfef616e884efdbd42010a90b2c04c5eb69
-
Sergey authored
-
Sergey authored
check on all cluster node - kubelet_max_pods <= (2 ** (32 - kube_network_node_prefix | int)) - 2 (#5279)
-
Sergey authored
* download container always been on download_delegate host * fix also check pull required
-
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
-
Sean Sube 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
-
Hugo Blom authored
* Add support for Kubernetes 1.16.1 * Defaults to 1.16.1 * add 1.16.2 checksums and set new version as default * correct 1.16.2 checksums and add 1.15.5 checksums
-
Hugo Blom authored
-
Maxime Guyot authored
-
- Oct 16, 2019
-
-
Matthew Mosesohn authored
Change-Id: I79f43379cbe1c495cb416f0572e65f695d5ec2b8
-
Maxime Guyot authored
-
Dennis Field authored
Since it is unsupported to skip upgrades, I've detailed the steps for upgrading a step at a time and removed some language that indicated it should work
-
Xiaodu authored
-
Robin Elfrink authored
Signed-off-by: Robin Elfrink <robin.elfrink@eu.equinix.com>
-
andreyshestakov authored
Secrets and ConfigMap should be created before dashboard pod run.
-
Erwan Miran authored
-
Julien Pervillé authored
-
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.
-
Maxime Guyot authored
-
- Oct 15, 2019
-
-
Seref Acet authored
-
Mateus Caruccio authored
It's unnecessary and breaks when running from within a docker container: ``` An exception occurred during task execution. To see the full traceback, use -vvv. The error was: TimeoutError: Timer expired after 10 seconds fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/usr/sbin/udevadm info --query property --name /dev/mapper/vg00-root", "msg": "Timer expired after 10 seconds", "rc": 257} ```
-
- Oct 14, 2019
-
-
Sergey authored
-
- Oct 10, 2019
-
-
BenoitBOULANGER authored
-
- Oct 09, 2019
-
-
Matthew Mosesohn authored
-
- Oct 08, 2019
-
-
Matthew Mosesohn authored
Change-Id: Ic9425bf90552d7e3d42b02409af9773d99376384
-
- Oct 07, 2019
-
-
Hugo Blom authored
* Add a variable do disable access_ip * Document the use of use_access_ip
-
- Oct 04, 2019
-
-
Erwan Miran authored
-
Matthew Mosesohn authored
Change-Id: I826337b59814674c3feb4cd6a4904d9d53e01652
-
- Oct 02, 2019
-
-
陈谭军 authored
-
Matthew Mosesohn authored
Change-Id: I5cb2bdf1a57707c1b8da3e5ac0c80e5c353480a4
-
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 30, 2019
-
-
Besmir Zanaj authored
-
- 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.
-