- Aug 16, 2018
-
-
rongzhang authored
-
- Aug 14, 2018
-
-
Rong Zhang authored
Upgrade Kubernetes to V1.11.2 The kubeadm configuration file version has been upgraded from v1alpha1 to v1alpha2 Add bootstrap kubeadm-config.yaml with external etcd
-
- Aug 07, 2018
-
-
Robert Everson authored
-
Robert Everson authored
-
Robert Everson authored
-
Robert Everson authored
-
- Jul 08, 2018
-
-
Dao Hoang Son authored
The referenced issue (https://github.com/kubernetes/kubeadm/issues/441) has already been fixed.
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
-
- Jun 28, 2018
-
-
Miouge1 authored
-
southquist authored
-
- Jun 18, 2018
-
-
Matthew Mosesohn 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
-
Christopher J. Ruwe authored
-
- May 14, 2018
-
-
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
-
- May 03, 2018
-
-
Miouge1 authored
-
- Apr 23, 2018
-
-
Suzuka Asagiri authored
-
- Apr 12, 2018
-
-
Chad Swenson authored
-
- Apr 10, 2018
-
-
Christian Phu authored
-
- Apr 09, 2018
-
- Apr 01, 2018
-
-
woopstar authored
The current way to setup the etc cluster is messy and buggy. - It checks for cluster is healthy before the cluster is even created. - The unit files are started on handlers, not in the task, so you mess with "flush handlers". - The join_member.yml is not used. - etcd events cluster is not configured for kubeadm - remove duplicate runs between running the role on etcd nodes and k8s nodes
-
- Mar 31, 2018
-
-
Wong Hoi Sing Edison authored
-
- Mar 30, 2018
-
-
georgejdli authored
-
Matthew Mosesohn authored
Kubernetes makes this namespace automatically, so there is no need for kubespray to manage it.
-
Andreas Kruger authored
-
woopstar authored
-
- Mar 29, 2018
-
-
Kuldip Madnani authored
* Added retries in pre-upgrade.yml and retries while applying kube-dns.yml * Removed trailing spaces
-
georgejdli authored
-
- Mar 24, 2018
-
-
Dann Bohn authored
-
- Mar 23, 2018
-
-
Dann Bohn authored
-
- Mar 21, 2018
-
-
mirwan authored
Addition of the .creds extension to the credentials files generated by password lookup in order for Ansible not to consider them as inventory files with inventory_ignore_extensions set accordingly (#2446)
-
- Mar 20, 2018
-
-
Bharat Kunwar authored
As requested
-
Bharat Kunwar authored
-
Bharat Kunwar authored
-
Bharat Kunwar authored
-
Bharat Kunwar authored
Ensure that kube-apiserver will respond even if one of the nodes are down.
-
woopstar authored
-
- Mar 15, 2018
-
-
woopstar authored
-
Andreas Krüger authored
* Added option for encrypting secrets to etcd * Fix keylength to 32 * Forgot the default * Rename secrets.yaml to secrets_encryption.yaml * Fix static path for secrets file to use ansible variable * Rename secrets.yaml.j2 to secrets_encryption.yaml.j2 * Base64 encode the token * Fixed merge error * Changed path to credentials dir * Update path to secrets file which is now readable inside the apiserver container. Set better file permissions * Add encryption option to k8s-cluster.yml
-