- Jun 04, 2018
-
-
Dmitry authored
-
Rong Zhang authored
-
- May 31, 2018
-
-
Erwan Miran authored
-
- May 30, 2018
-
-
Matthew Mosesohn authored
-
- May 29, 2018
-
-
Erwan Miran authored
-
- May 28, 2018
-
-
Julien Girardin authored
-
Erwan Miran authored
-
- May 21, 2018
-
-
Miouge1 authored
-
Mikhail Vasilenko authored
-
- May 16, 2018
-
-
Christopher J. Ruwe authored
The number of pods on a given node is determined by the --max-pods=k directive. When the address space is exhausted, no more pods can be scheduled even if from the --max-pods-perspective, the node still has capacity. The special case that a pod is scheduled and uses the node IP in the host network namespace is too "soft" to derive a guarantee. Comparing kubelet_max_pods with kube_network_node_prefix when given allows to assert that pod limits match the CIDR address space.
-
Aivars Sterns authored
-
- May 15, 2018
-
-
Matthew Mosesohn authored
* Upgrade k8s to 1.10.2 Bumped etcd version to 3.2.16 as recommended * Add ipvs fix for v1.10 * change flannel addons test to ha
-
Anatoly Rugalev authored
-
Christopher J. Ruwe authored
-
rongzhang authored
Upgrade kube-dns to 1.14.10 https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns
-
- May 14, 2018
-
-
Christopher J. Ruwe authored
Almost certainly, the .kube/config file (YAML) should not be executable.
-
Miouge1 authored
-
- May 11, 2018
-
-
Matthew Mosesohn authored
* Move front-proxy-client certs back to kube mount We want the same CA for all k8s certs * Refactor vault to use a third party module The module adds idempotency and reduces some of the repetitive logic in the vault role Requires ansible-modules-hashivault on ansible node and hvac on the vault hosts themselves Add upgrade test scenario Remove bootstrap-os tags from tasks * fix upgrade issues * improve unseal logic * specify ca and fix etcd check * Fix initialization check bump machine size
-
woopstar authored
-
- May 08, 2018
-
-
Cédric de Saint Martin authored
-
Michal Rostecki authored
OpenSSL 1.1 package in openSUSE Tumbleweed is named openssl-1_1, not openssl-1_1_0.
-
woopstar authored
-
- May 02, 2018
-
-
Andreas Kruger authored
-
- May 01, 2018
-
-
ashon authored
-
Wong Hoi Sing Edison authored
-
Maxime Gaillard authored
-
- Apr 30, 2018
-
-
Tomasz Majchrowski authored
ISSUE-2706: Provide consistent usage of supplementary_addresses_in_ssl_keys across vault and script mode (#2707)
-
- Apr 29, 2018
-
-
mirwan authored
-
- Apr 27, 2018
-
-
mirwan authored
* sysctl file should be in defaults so that it can be overriden * Change sysctl_file_path to be consistent with roles/kubernetes/preinstall/defaults/main.yml
-
- Apr 26, 2018
-
-
Markos Chandras authored
This reverts commit 51f4e658.
-
- Apr 24, 2018
-
-
Matthew Mosesohn authored
-
Cédric de Saint Martin authored
Using official image from mirantis at dockerhub.
-
- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
Suzuka Asagiri authored
-
- Apr 22, 2018
-
-
Romain DEQUIDT authored
-
- Apr 19, 2018
-
-
Paul Montero authored
-
Matthew Mosesohn authored
-
- Apr 18, 2018
-
-
Spencer Smith authored
-
Samuel Vandamme authored
-
woopstar authored
pip was always being downloaded on subsequent runs, This PR always runs the pip command, and checks the rc of it before downloading pip Fix in favor of #2582
-