- Jul 24, 2017
-
-
jwfang authored
-
- Jul 17, 2017
- Jul 12, 2017
-
-
nico authored
fix typo
-
- Jun 23, 2017
-
-
Spencer Smith authored
-
- Jun 22, 2017
-
-
Anton Nerozya authored
-
- Jun 21, 2017
-
-
vgkowski authored
-
TAKAHASHI Yuto authored
-
- Jun 19, 2017
-
-
vgkowski authored
Linked to the issue https://github.com/kubernetes-incubator/kubespray/issues/1359
-
- Jun 16, 2017
-
-
Spencer Smith authored
-
- Jun 12, 2017
-
-
Abdelsalam Abbas authored
fixing a typo
-
- Jun 03, 2017
-
-
Kevin Jing Qiu authored
-
Kevin Jing Qiu authored
-
- May 29, 2017
-
-
Spencer Smith authored
-
- May 24, 2017
-
-
Spencer Smith authored
-
- May 19, 2017
-
-
Spencer Smith authored
-
Spencer Smith authored
-
- Apr 28, 2017
-
-
Charles Farquhar authored
This commit fixes a broken link from ansible.md to calico.md.
-
- Apr 20, 2017
-
-
Spencer Smith authored
-
- Apr 18, 2017
-
-
Justin authored
$IPS only expands to the first ip address in the array: justin@box:~$ declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5) justin@box:~$ echo $IPS 10.10.1.3 justin@box:~$ echo ${IPS[@]} 10.10.1.3 10.10.1.4 10.10.1.5
-
- Apr 15, 2017
-
-
Spencer Smith authored
-
- Mar 30, 2017
-
-
Justin Downing authored
Clarify that the `kube_version` environment variable is needed for the CLI "graceful upgrade". Also add and example to check that the upgrade was successful.
-
- Mar 23, 2017
-
-
Vladimir Rutsky authored
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8. To find one: $ git grep -I -P '\xc2\xa0' To replace with regular space: $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g' This commit doesn't include changes that will overlap with commit f1c59a91.
-
- Mar 22, 2017
-
-
William Martin Stewart authored
-
- Mar 16, 2017
-
-
Vincent Schwarzer authored
- added -b and fixed typo in ansible-playbook command - fixed formatting issue
-
- Mar 15, 2017
-
-
Vincent Schwarzer authored
CoreOS docu was referencing outdated bootstrap playbook that is now part of kargo itself.
-
- Mar 03, 2017
-
-
Vincent Schwarzer authored
The AWS IAM profiles and policies required to run Kargo on AWS are no longer hosted in the kubernetes main repo since kube-up got deprecated. Hence we have to move the files into the kargo repository.
-
- Mar 01, 2017
-
-
Vijay Katam authored
Updates based on feedback Simplify checks for file exists remove invalid char Review feedback. Use regular systemd file. Add template for docker systemd atomic
-
Vladimir Rutsky authored
-
Artem Panchenko authored
By default Calico blocks traffic from endpoints to the host itself by using an iptables DROP action. It could lead to a situation when service has one alive endpoint, but pods which run on the same node can not access it. Changed the action to RETURN.
-
- Feb 28, 2017
-
-
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>
-
- Feb 26, 2017
-
-
Kopylov German authored
-
- Feb 23, 2017
-
-
Antoine Legrand authored
-
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 18, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
New deploy modes: scale, ha-scale, separate-scale Creates 200 fake hosts for deployment with fake hostvars. Useful for testing certificate generation and propagation to other master nodes. Updated test cases descriptions.
-
- Feb 17, 2017
-
-
Vladimir Rutsky authored
-
Vladimir Rutsky authored
-