- Nov 01, 2018
-
-
Matthew Mosesohn authored
Standalone etcd nodes do not generate node-$hostname certs and do not need this serial calculated.
-
- Oct 29, 2018
-
-
Bart Laarhoven authored
* do it like in kubernetes/secrets * fix indentation * processed comments * missed one, sorry * trailing space fix
-
- Oct 16, 2018
-
-
Erwan Miran authored
Replace shell with command in order to allow the task to fail when openssl x509 does return zero (#3516)
-
Erwan Miran authored
* Fix ansible syntax to avoid ansible warnings (again) * warn: false on tar -cfz * wrong placement of warn:false
-
- Oct 09, 2018
-
-
Erwan Miran authored
* Ability to specify ssl certificate duration and ssl key size - etcd/secrets * Ability to specify ssl certificate duration and ssl key size - helm/contiv + fix contiv missing copy certs generation script
-
- Sep 27, 2018
-
-
刘旭 authored
-
- Sep 16, 2018
-
-
rongzhang authored
-
- Sep 10, 2018
-
-
Matthew Mosesohn authored
-
- Sep 02, 2018
-
-
Pablo Estigarribia authored
ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version remove empty when line ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version force kubeadm upgrade due to failure without --force flag ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version added nodeSelector to have compatibility with hybrid cluster with win nodes, also fix for download with missing container type fixes in syntax and LF for newline in files fix on yamllint check ensure there is pin priority for docker package to avoid upgrade of docker to incompatible version some cleanup for innecesary lines remove conditions for nodeselector
-
- Aug 31, 2018
-
-
Erwan Miran authored
-
- Aug 28, 2018
-
-
Takashi Okamoto authored
-
- Aug 24, 2018
-
-
Aivars Sterns authored
-
- Aug 23, 2018
-
-
Tatsuyuki Ishi authored
-
- Jul 11, 2018
-
-
Matthew Mosesohn authored
apiserver cert should be created only once
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
* Add tags for cert serial tasks This will help facilitate tag-based deployment of specific components. * fixup kubernetes node
-
- Jun 30, 2018
-
-
elementyang authored
-
- Jun 22, 2018
-
-
elementyang authored
-
- Jun 06, 2018
-
-
Matthew Mosesohn authored
-
- May 30, 2018
-
-
Matthew Mosesohn authored
-
- Apr 26, 2018
-
-
Markos Chandras authored
This reverts commit 51f4e658.
-
- Apr 23, 2018
-
-
Matthew Mosesohn authored
-
- Apr 11, 2018
-
-
Markos Chandras authored
Add path for certificate location for SUSE distributions. Also make sure the 'update-ca-certificates' command is executed on SUSE hosts as well.
-
- 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
-
-
Andreas Krüger authored
* Update etcd deployment to use correct cert and key * Update to use admin cert for etcdctl commands * Update handler to use admin cert too
-
woopstar authored
-
- Mar 01, 2018
-
-
RongZhang authored
Add etcd-events cluster for kube-apiserver
-
- Feb 12, 2018
-
-
RongZhang authored
Fix bug issues #2289
-
- Jan 29, 2018
-
-
Matthew Mosesohn authored
import_tasks will consume far less memory, so it should be used whenever it is compatible.
-
- Jan 09, 2018
-
-
Matthew Mosesohn authored
* Add support for cert alt names for etcd * Update gen_certs_vault.yml
-
- Jan 02, 2018
-
-
Steve Mitchell authored
-
- Nov 14, 2017
-
-
chenhonggc authored
-
- Nov 08, 2017
-
-
Spencer Smith authored
-
- Oct 26, 2017
-
-
Matthew Mosesohn authored
-
- Oct 20, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Now adding unjoined members to existing etcd cluster occurs one at a time so that the cluster does not lose quorum.
-
- Oct 12, 2017
-
-
Matthew Mosesohn authored
This reverts commit 4209f1cb.
-
Matthew Mosesohn authored
* Security fixes for etcd * Use certs when querying etcd
-
- Oct 11, 2017
-
-
Matthew Mosesohn authored
-
- Oct 05, 2017
-
-
Aivars Sterns authored
-
- Oct 04, 2017
-
-
Matthew Mosesohn authored
These facts can be generated in defaults with a performance boost. Also cleaned up duplicate etcd var names.
-