- Apr 29, 2019
-
-
Andreas Krüger authored
-
- Apr 25, 2019
-
-
gitareest authored
Use host_architecture variable.
-
- Apr 24, 2019
-
-
Attilio Greco authored
-
MarkusTeufelberger authored
Circumvented one false positive from ansible-lint Moved a block of jinja magic into its own variable
-
MarkusTeufelberger authored
-
- Mar 05, 2019
-
-
Matthew Mosesohn authored
* Remove hard dependence on facts for all nodes * Update main.yaml * Update main.yaml
-
- Dec 18, 2018
-
-
Ganesh Maharaj Mahalingam authored
Signed-off-by:
Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
-
- Dec 07, 2018
-
-
Andrey Zhelnin authored
Setting host_architecture to allow etcd upgrade working through: ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=etcd (on other case host_architecture is missing)
-
- Dec 04, 2018
-
-
Chad Swenson authored
Added a loop_control label to a few tasks that flood our logs.
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
Bily Zhang authored
Signed-off-by:
mooncake <xcoder@tenxcloud.com>
-
- Nov 02, 2018
-
-
ankitcharolia authored
-
- 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.
-