- Mar 16, 2017
-
-
Matthew Mosesohn authored
Fixed Formatting / Ansbile-Playbook Command Upgrade Cluster
-
Vincent Schwarzer authored
- added -b and fixed typo in ansible-playbook command - fixed formatting issue
-
Matthew Mosesohn authored
Adding openstack domain id
-
Matthew Mosesohn authored
Adding Docker CE 'stable' and 'edge' version packages
-
Matthew Mosesohn authored
More idempotency fixes
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Idempotency fixes for etcd certs and resolvconf tasks
-
- Mar 15, 2017
-
-
Bogdan Dobrelya authored
Restores working order of contrib/terraform/openstack
-
Matthew Mosesohn authored
Fixed sync_tokens fact Fixed sync_certs for k8s tokens fact Disabled register docker images changability Fixed CNI dir permission Fix idempotency for etcd pre upgrade checks
-
Matthew Mosesohn authored
Turn on iptables for flannel
-
Bogdan Dobrelya authored
Added Jinja 2.8 to Docs
-
Vincent Schwarzer authored
Added Jinja 2.8 Requirements to docs and pip requirements file which is needed to run the current Ansible Playbooks.
-
Matthew Mosesohn authored
Fix for CoreOS Docu
-
Vincent Schwarzer authored
CoreOS docu was referencing outdated bootstrap playbook that is now part of kargo itself.
-
Matthew Mosesohn authored
Granular authentication Control
-
Matthew Mosesohn authored
Migrate k8s data to etcd3 api store
-
Matthew Mosesohn authored
-
- Mar 14, 2017
-
-
Sergii Golovatiuk authored
Closes: #1135 Closes: #1026 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Vincent Schwarzer authored
It is now possible to deactivate selected authentication methods (basic auth, token auth) inside the cluster by adding removing the required arguments to the Kube API Server and generating the secrets accordingly. The x509 authentification is currently not optional because disabling it would affect the kubectl clients deployed on the master nodes.
-
Matthew Mosesohn authored
Explicitly set cni-bin-dir
-
Matthew Mosesohn authored
Default backend is now etcd3 (was etcd2). The migration process consists of the following steps: * check if migration is necessary * stop etcd on first etcd server * run migration script * start etcd on first etcd server * stop kube-apiserver until configuration is updated * update kube-apiserver * purge old etcdv2 data
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Added Support for OpenID Connect Authentication
-
- Mar 13, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Add node labels in kubelet
-
- Mar 07, 2017
-
-
Antoine Legrand authored
Reference external documentation sources
-
David Crook authored
docker-ce is not the .deb package until the repositories are switched over to new "downloads" docker webserver
-
David Crook authored
-
David Crook authored
-
- Mar 06, 2017
-
-
Antoine Legrand authored
Removing cloud_provider tag to fix scenario where cloud_provider is n…
-
Brad Beam authored
-
Matthew Mosesohn authored
Related-issue: https://github.com/kubernetes/community/issues/300 Upgraded nodes do not obtain labels automatically. See https://github.com/kubernetes/kubernetes/pull/29459 for more details.
-
Vincent Schwarzer authored
To use OpenID Connect Authentication beside deploying an OpenID Connect Identity Provider it is necesarry to pass additional arguments to the Kube API Server. These required arguments were added to the kube apiserver manifest.
-
Antoine Legrand authored
Adding vsphere cloud provider support
-
Antoine Legrand authored
-
Antoine Legrand authored
Disable vault role properly on ansible 2.2.0
-
Antoine Legrand authored
Remove standalone etcd specific play, cleanup host mode
-
- Mar 04, 2017
-
-
Matthew Mosesohn authored
when condition does not seem to work correctly at playbook level for ansible 2.2.0.
-
- Mar 03, 2017
-
-
Matthew Mosesohn authored
Now etcd role can optionally disable etcd cluster setup for faster deployment when it is combined with etcd role.
-
Matthew Mosesohn authored
Use find module for checking for certificates
-