- Sep 06, 2018
-
-
mlushpenko authored
-
- Aug 31, 2018
-
-
Erwan Miran authored
-
Antoine Legrand authored
-
Antoine Legrand authored
-
Antoine Legrand authored
-
- Aug 27, 2018
-
-
Erwan Miran authored
Fix wrong when condition that ends up with jinja error when the content of /etc/hosts contains parenthesis
-
- Aug 25, 2018
-
-
Maxime Brunet authored
-
- Aug 24, 2018
-
-
Erwan Miran authored
-
- Aug 23, 2018
-
-
Aivars Sterns authored
* calico upgrade to v3 * update calico_rr version * add missing file * change contents of main.yml as it was left old version * enable network policy by default * remove unneeded task * Fix kubelet calico settings * fix when statement * switch back to node-kubeconfig.yaml
-
- Aug 22, 2018
-
-
Erwan Miran authored
-
Jeff Bornemann authored
Signed-off-by:
Jeff Bornemann <jeff.bornemann@oracle.com>
-
- Aug 21, 2018
-
-
Mark Eisenblaetter authored
we use FQDN as inventory_hostname
-
- Aug 20, 2018
-
-
Tatsuyuki Ishi authored
Hostname must be a valid DNS name, which is checked as https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go#L115 The situation I have encountered is that my hostname contained underscore which is disallowed and apiserver refused to start.
-
- Aug 19, 2018
-
-
rongzhang authored
-
- Aug 17, 2018
-
-
Jonathan Craig authored
-
- Aug 14, 2018
-
-
Maxime Brunet authored
Allow to use `ansible_become: true` (#2969) And set it to `false` for `localhost` with an `host_var`
-
- Aug 10, 2018
-
-
Matthew Mosesohn authored
-
- Aug 08, 2018
-
-
rongzhang authored
Use helm install or support in future
-
- Aug 07, 2018
-
-
rongzhang authored
-
- Aug 05, 2018
-
-
rongzhang authored
-
- Jul 31, 2018
-
-
woosley.xu authored
-
woosley.xu authored
-
- Jun 28, 2018
-
-
southquist authored
-
- Jun 21, 2018
-
-
rongzhang authored
-
- Jun 04, 2018
-
-
Dmitry authored
-
- May 27, 2018
-
-
Oleg Ozimok authored
-
- May 22, 2018
-
-
dvazar authored
-
- May 18, 2018
-
-
dvazar 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.
-
- 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
-
- May 08, 2018
-
-
Michal Rostecki authored
OpenSSL 1.1 package in openSUSE Tumbleweed is named openssl-1_1, not openssl-1_1_0.
-
- 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 23, 2018
-
-
Matthew Mosesohn authored
-
- Apr 19, 2018
-
-
Paul Montero authored
-
- Apr 12, 2018
-
-
Matthew Mosesohn authored
-
- Apr 11, 2018
-
-
Nirmoy Das authored
The openssl package on Tumbleweed is actually a virtual package covering openssl-1.0.0 and openssl-1.1.0 implementations. It defaults to 1.1.0 so when trying to install it and openssl-1.0.0 is installed, zypper fails with conflicts. As such, lets explicitly pull the package that we need which also updates the virtual one. Co-authored-by:
Markos Chandras <mchandras@suse.de>
-
Markos Chandras authored
Add support for installing package dependencies and refreshing metadata on SUSE distributions Co-authored-by:
Nirmoy Das <ndas@suse.de>
-
- Apr 06, 2018
-
-
Daniel Hoherd authored
-
- Apr 02, 2018
-
-
Matthew Mosesohn authored
* Add pre-upgrade task for moving credentials file This reverts commit 7ef9f4df. * add python interpreter workaround for localhost
-