- Mar 02, 2017
-
-
John Dewey authored
-
- Mar 01, 2017
-
-
John Dewey authored
Since inventory ships with kargo, the ability to change functionality without having a dirty git index is nice. An example, we wish to change is the version of docker deployed to our CentOS systems. Due to an issue with tiller and docker 1.13, we wish to deploy docker 1.12. Since this change does not belong in Kargo, we wish to locally override the docker version, until the issue is sorted.
-
Antoine Legrand authored
Ensure vagrant uses flannel
-
John Dewey authored
The Vagrantfile is setup to use flannel. The default network was changed to Calico (#1031). However, the Vagrantfile was not updated to reflect this. Ensuring the Vagrantfile remains functional on master, until someone decides to make it work with Calico.
-
- Feb 28, 2017
-
-
Matthew Mosesohn authored
Adding KUBELET_CLOUDPROVIDER to kubelet.rkt.service
-
Matthew Mosesohn authored
Remove upgrade from the ubuntu-rkt-sep CI job
-
Antoine Legrand authored
Change kube-api default port from 443 to 6443
-
Sergii Golovatiuk authored
Operator can specify any port for kube-api (6443 default) This helps in case where some pods such as Ingress require 443 exclusively. Closes: 820 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Brad Beam authored
-
Matthew Mosesohn authored
Lower default memory requests
-
Matthew Mosesohn authored
Make etcd data dir configurable.
-
Sergii Golovatiuk authored
Closes: #1073 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Feb 27, 2017
-
-
Brad Beam authored
This is to address out of memory issues on CI as well as help fit deployments for people starting out with kargo on smaller machines
-
Matthew Mosesohn authored
-
Bogdan Dobrelya authored
Using the command module instead of raw
-
Bogdan Dobrelya authored
Align LB defaults with the HA docs
-
- Feb 26, 2017
-
-
Matthew Mosesohn authored
Fix cluster.yml file extension in docs
-
Kopylov German authored
-
- Feb 25, 2017
-
-
Matthew Mosesohn authored
Increase SSL TTL to 3650 days
-
- Feb 24, 2017
-
-
Sergii Golovatiuk authored
In real scenarios 365 days is short period of time. 3650 days is good enough for long running k8s environments
-
Antoine Legrand authored
Uncomment one key/value in all.yml
-
Sergii Golovatiuk authored
all.yaml shouldn't be empty otherwise ansible won't be able to merge 2 dicts. Related bug: ansible/issues/21889
-
Antoine Legrand authored
Uncommented group_vars variables
-
Antoine Legrand authored
-
Bogdan Dobrelya authored
Add default var role
-
- Feb 23, 2017
-
-
Antoine Legrand authored
-
Antoine Legrand authored
-
Antoine Legrand authored
-
Antoine Legrand authored
Rework group/role vars
-
Bogdan Dobrelya authored
Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
Bogdan Dobrelya authored
* Leave all.yml to keep only optional vars * Store groups' specific vars by existing group names * Fix optional vars casted as mandatory (add default()) * Fix missing defaults for an optional IP var * Relink group_vars for terraform to reflect changes Signed-off-by:
Bogdan Dobrelya <bogdando@mail.ru>
-
- Feb 22, 2017
-
-
Matthew Mosesohn authored
Add synthetic scale deployment mode
-
Matthew Mosesohn authored
iptables switch for docker
-
Matthew Mosesohn authored
Fix shell special vars
-
- Feb 21, 2017
-
-
Ivan Shvedunov authored
-
Matthew Mosesohn authored
-
Sergii Golovatiuk authored
- Remove variable dup for Ubuntu - Update Docker to 1.13
-
Sergii Golovatiuk authored
Docker 1.13 changes the behaviour of iptables defaults from allow to drop. This patch disables docker's iptables management as it was in Docker 1.12 [1] [1] https://github.com/docker/docker/pull/28257 Signed-off-by:
Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Cleanup legacy syntax, spacing, files all to yml
-