- Aug 21, 2017
-
-
Matthew Mosesohn authored
-
- Aug 20, 2017
-
-
Vijay Katam authored
-
- Aug 14, 2017
-
-
Joseph Heck authored
Minor grammar fixes
-
- Aug 01, 2017
- Jul 31, 2017
- Jul 28, 2017
-
-
email authored
-
- Jul 27, 2017
- Jul 24, 2017
-
-
jwfang authored
-
- Jul 18, 2017
-
-
John Ko authored
-
- Jul 17, 2017
- Jul 12, 2017
-
-
nico authored
fix typo
-
- Jul 11, 2017
-
-
Raj Perera authored
-
- 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.
-