Commit Graph

126 Commits (98b3966d05152b6c9c7527d54466af23deb881c8)

Author SHA1 Message Date
DrDePhobia 98b3966d05 Update dcos.md 2016-05-22 14:55:18 -07:00
DrDePhobia ec5828548e Update flannel_multi_node_cluster.md 2016-05-22 14:51:49 -07:00
DrDePhobia e1476b3f0f Update flannel_multi_node_cluster.md 2016-05-22 14:49:57 -07:00
DrDePhobia 4052573aae Update fedora_manual_config.md 2016-05-22 14:48:26 -07:00
DrDePhobia e38623ac4c Update fedora_ansible_config.md 2016-05-22 14:46:52 -07:00
DrDePhobia 51fcf507da Update index.md 2016-05-22 14:44:10 -07:00
DrDePhobia c791ca972c Update docker.md 2016-05-22 14:42:13 -07:00
DrDePhobia 7b7f4048f9 Update index.md 2016-05-22 14:40:32 -07:00
DrDePhobia 0109402f4e Update index.md 2016-05-22 14:39:52 -07:00
DrDePhobia b579dbe038 Update gce.md 2016-05-22 14:35:32 -07:00
DrDePhobia 7abc1dbe35 Update gce.md 2016-05-22 14:32:39 -07:00
DrDePhobia e755e30d69 Update index.md 2016-05-22 14:29:30 -07:00
DrDePhobia 92a3093795 Update aws.md 2016-05-22 14:27:32 -07:00
DrDePhobia 80f4e8670c Update aws.md 2016-05-22 14:25:07 -07:00
DrDePhobia 385c26a054 Update docker.md 2016-05-22 13:57:54 -07:00
DrDePhobia 023ac48c69 Update clc.md 2016-05-22 13:54:13 -07:00
DrDePhobia c7cb191e12 Update index.md 2016-05-22 13:53:12 -07:00
DrDePhobia 6be977b6a5 Update gce.md 2016-05-22 13:51:47 -07:00
DrDePhobia 5ef1b89479 Update aws.md 2016-05-22 13:45:11 -07:00
DrDePhobia b26fda4d62 Update aws.md 2016-05-22 13:42:26 -07:00
DrDePhobia 3669e9f4d3 Update aws.md 2016-05-22 13:40:29 -07:00
DrDePhobia e1fab5e5c1 Update aws.md 2016-05-22 13:34:27 -07:00
DrDePhobia 5e15b25af6 Update aws.md 2016-05-22 13:32:01 -07:00
DrDePhobia 8bfe362e6b Update aws.md 2016-05-22 13:19:59 -07:00
DrDePhobia 4375837302 Update aws.md 2016-05-22 13:14:15 -07:00
Karl Herler 8f171a0869 Fixed link rendering issue due to newline location
A newline between `[]` and `()` caused markdown rendering issues when parsed with `kramdown` (Jekyll's markdown parser) strangely enough this was not present on github.com but only on kubernetes.io.
This change moves the newline between _in_ and `rkt.go` to preserve the line length somewhat.
2016-05-16 23:01:36 +03:00
Brian Grant 3aeaaaa909 Merge pull request #74 from FujitsuEnablingSoftwareTechnologyGmbH/openstack-provider-doc
Add doc on OpenStack provider
2016-05-16 12:10:49 -07:00
Brian Grant b49ea146fe Merge pull request #407 from luxas/add_other_arches_to_docker
Document experimental support for other architectures
2016-05-10 10:51:24 -07:00
Brian Grant 24a0f7da04 Merge pull request #350 from king6cong/docker-master-doc-flannel-fix
fix run flannel command
2016-05-10 10:10:29 -07:00
Brian Grant c30af21859 Merge pull request #485 from rosskukulinski/nodejs-LTS
Update Node.JS examples to LTS 4.4 base image
2016-05-10 09:45:04 -07:00
jumpkick 830efa4d60 Add security warning: services will bind public IP
rebase of https://github.com/kubernetes/kubernetes/pull/22079 to docs branch kubernetes/kubernetes.github.io
2016-05-10 00:41:16 -04:00
Ross Kukulinski d7c129f488 Refs #297. Update Node.JS examples to LTS 4.4 base image 2016-05-09 22:46:29 -04:00
Elson O Rodriguez 51e89bff3b Revised requirements for OpenStack kube-up provider. 2016-05-08 23:16:29 -07:00
Elson O Rodriguez a10e81cb63 Adding a list of OpenStack requirements for provider docs. 2016-05-06 15:34:58 -07:00
Vish Kannan 4e5da5d0e5 Merge pull request #308 from dlorenc/master
Fix deployDNS.md.
2016-05-02 15:55:52 -07:00
Lucas Käldström 5624fbf7e4 Document experimental support for other architectures 2016-05-01 23:03:39 +03:00
johndmulhausen 7b4755e522 Merge pull request #451 from crizCraig/patch-2
Avoid rendering "shell" in OS X nginx curl command
2016-04-29 16:22:04 -07:00
Craig Quiter ac2f5688a4 Avoid rendering "shell" in OS X nginx curl command
Haven't tested this on a local setup, but other examples hint that this will work.
2016-04-28 18:53:50 -07:00
Craig Quiter c7adc28cf4 Robustify kubectl download commands
`{K8S_VERSION}` gets auto-replaced with `\{K8S_VERSION\}` when pasting into a terminal. Encapsulating in double quotes avoids this.
2016-04-28 18:39:44 -07:00
Lukasz Zajaczkowski 3b35a7a6b7 Replace heat client to openstack client 2016-04-27 13:13:20 +02:00
OHTAKE Tomohiro b58988db67 Complete renaming the provider 2016-04-27 13:09:32 +02:00
OHTAKE Tomohiro 853b38cb86 openstack-heat provider uses Neutron and flannel hostgw 2016-04-27 13:09:32 +02:00
Elson O Rodriguez 0d0459c50f Modifying Openstack kube-up provider documentation. 2016-04-27 13:09:32 +02:00
Lukasz Zajaczkowski 9fc334bc22 Add doc on OpenStack provider 2016-04-27 13:09:32 +02:00
johndmulhausen b91c8d1c28 Merge pull request #439 from jojow/patch-1
"current stable version" instead of "actual stable ..."
2016-04-26 15:06:33 -07:00
johndmulhausen a98d463093 Merge pull request #438 from duglin/tearDown
Add missing -f to "docker rm"
2016-04-26 11:22:41 -07:00
Johannes b539112c82 "current stable version" instead of "actual stable ..." 2016-04-26 20:13:17 +02:00
Doug Davis 18ad8a7a71 Add missing -f to "docker rm"
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-04-26 11:08:01 -07:00
Antoine Carton f55bae6bec Fix typo 2016-04-24 11:53:12 +02:00
johndmulhausen c3b8cccb9f Merge pull request #392 from jmiddleton/patch-1
removed tabs and spaces to fix the text.
2016-04-19 14:04:24 -07:00