Commit Graph

28329 Commits (683fc53b842eff9cd02e94bdf444910366a00d8c)

Author SHA1 Message Date
DrDePhobia ef989edf46 Update reference.md 2016-05-22 11:21:03 -07:00
DrDePhobia 36fe83cece Update reference.md 2016-05-22 11:14:41 -07:00
DrDePhobia 2f3820ea7d Update index.html 2016-05-22 10:41:41 -07:00
paulzim 039270720f Just initializing
Just initializing
2016-05-22 10:30:26 -07:00
DrDePhobia 46fd817d91 Update index.html 2016-05-22 13:27:42 -04:00
DrDePhobia eaf56a18d6 Update index.html 2016-05-22 13:16:17 -04:00
DrDePhobia 2b068831fa Update index.html 2016-05-22 13:14:29 -04:00
paulzim d52ff1af4b Just initializing
Just initializing
2016-05-22 10:14:22 -07:00
Pavel Strashkin 6dd070c5d9 Update index.md
Fixes typo in "Using Secrets as Environment Variables" section
2016-05-21 15:42:15 -07:00
Matthew Hooker df4a93598e mark node phase as deprecated
I'm not sure on what the best wording for this should be, but `Node Phase` is no longer populated, and so the docs should say so.

@random-liu on slack/#sig-node told me that they believed node phase was unused.

cc @dawnchen
2016-05-20 15:19:35 -07:00
Elson O Rodriguez 7b5aaf7af7 Re-adding heat installation for Openstack provider. 2016-05-20 11:45:12 -07:00
AlginMaduro 05276f34cf Updated index.md
Without -n option to echo. Without the -n the file would contain a newline at the end.
https://scottlinux.com/2012/09/01/encode-or-decode-base64-from-the-command-line/ as reference
2016-05-20 12:15:37 +02:00
Terrence Ryan 8bb7a0463a Removing unwanted contributions. 2016-05-19 15:36:31 -07:00
johndmulhausen 5baa39970b Add files via upload 2016-05-19 17:03:16 -05:00
johndmulhausen a71fb7dcbe Update index.md 2016-05-19 17:00:26 -05:00
johndmulhausen c51b2bd7b5 Update index.md 2016-05-19 16:59:48 -05:00
johndmulhausen b4216e2aad Update index.md 2016-05-19 16:58:59 -05:00
johndmulhausen 472e8751e2 Update index.md 2016-05-19 16:58:01 -05:00
johndmulhausen df43efcac4 Pod diagram from uberdeck 2016-05-19 16:56:05 -05:00
Jeremy Wilken c5b5d952a1 fix links to swagger UI and add a section on swagger specs 2016-05-19 16:33:36 -05:00
Terrence Ryan 3ce8c0d8a9 Uploaded diagrams for illustrating basic pod architecture. 2016-05-19 14:05:49 -07:00
Rick 7666469d0b Update kubectl_get.md
issue 81 ( {{ needs raw wrap )
2016-05-19 14:05:47 -07:00
Tim Brockman fab1e0a9f9 Update hellonode.md to address issue #404
Lines 106-114 briefly describes reason for the Connection refused error and resolution.
2016-05-19 16:31:35 -04:00
Jeremy Wilken f468801065 fix link to nodes on glossary 2016-05-19 14:19:58 -05:00
Jeremy Wilken 49b5701cc5 Adds the missing vagrant guide form kubernetes repo
The vagrant guide was dropped from main repo, but was not moved into the docs.
This brings it in, updates formatting for the jekyll site and adds menu links.
2016-05-19 14:17:35 -05:00
Elson O Rodriguez 982e45e177 Fixing heading issues with Openstack provider documentaiton. 2016-05-19 10:39:53 -07:00
Michael Grosser 55a06a9998 Consistent use of quoting 2016-05-19 13:43:43 +02:00
Brian Grant c791415c4c Merge pull request #531 from spiffxp/rm-securitycontextdeny
Remove SecurityContextDeny from 1.2 admission-control recommendation
2016-05-18 16:43:04 -07:00
Aaron Crickenberger f068cbfaf2 Remove SecurityContextDeny from 1.2 admission-control recommendation
ref kubernetes/kubernetes#25839
2016-05-18 16:08:29 -07:00
Phillip Wittrock 1086e6426c Replace references to Replication Controllers with Deployments in docs/user-guide/walkthrough.
Also:
* Cleanup pasted yaml and instead embed file
* Clarify Service test sections by including busybox exec commands as part of the preformatted section
2016-05-18 16:57:07 +00:00
Matt Doran ff6bb8a671 Inconsistent secret name in db credentials example
The creation of the secret uses prod/test-db-password, but the remainder of the example uses prod/test-db-secret.
2016-05-18 16:44:46 +10:00
Brian Grant 7c8d7542ab Merge pull request #477 from khaliddermoumi/patch-2
Clarify titles under "Running Kubernetes"
2016-05-17 16:20:29 -07:00
Khalid Dermoumi a794f04701 Clarify titles under "Running Kubernetes"
Of course AWS does not "run on CoreOS", so under "Running Kubernetes" the title should not be "AWS on CoreOS".
This is highly irritating when browsing the docs the first time.
The title should either be: "Kubernetes with AWS provider on CoreOS", or "CoreOS on AWS".
I picked the latter form, and fixed a couple of non-optimal titles in this fashion.

I also changed "Vagrant or VMware" to "CoreOS on Vagrant", because the article is mostly about CoreOS, including other platforms (btw. VMWare is just a Vagrant provider in this context).
Also note that there is a little navigation bug because the article "/docs/getting-started-guides/coreos/" is linked twice: when clicked, the other link is selected too in the navigation (under certain circumstances). It may make sense to split the article in 2 files: one about Vagrant only, one about AWS and GCE.

I removed the "libvirt or KVM" link, because the article is already linked under "On Bare Metal", where it fits better. It has nothing special to do with libvirt and KVM and doesn't mention any of both.
2016-05-18 01:08:01 +02:00
Trevor Huey fed4af1151 Fixes "Error: unknown shorthand flag: 't' in -type=json" 2016-05-17 14:25:04 -06:00
Morgan Bauer 67c821ed33
use `ip` command instead of obsolete ifconfig in scratch setup
- replace use of ifconfig with ip
 - replace use of brctl with ip
2016-05-17 11:56:01 -07:00
Brian Grant 3429e5b2b0 Merge pull request #467 from mwhahaha/patch-1
Update etcd clustering documentation link
2016-05-17 10:04:59 -07:00
Brian Grant c98ffccc58 Merge pull request #462 from ingvagabund/secret-corrections
Remove "a" article in "Once the a secret is fetched, ..."
2016-05-17 09:53:53 -07:00
Brian Grant 8b210f765d Merge pull request #473 from StephenCharles/patch-1
Update connecting-to-applications-port-forward.md
2016-05-17 09:53:02 -07:00
johndmulhausen 646d7084c3 Update README.md 2016-05-17 11:51:00 -05:00
Brian Grant aea6edf47a Merge pull request #457 from matthughes/patch-1
Remove 'generic' copy/paste error
2016-05-17 09:40:23 -07:00
Andrey Kurilin 0924dd341c Add diagram for `kubectl drain` command
The link to diagram will be added into long description of `kubectl drain`
command.

resolves #501
2016-05-17 14:49:42 +03:00
Pau Ruŀlan f3ffbdb7f4 Replica set clarification: no need to manipulate directly 2016-05-17 11:47:33 +02:00
Brian Grant 05b0076735 Merge pull request #508 from janetkuo/kubectl-usage-conventions
Adding kubectl user conventions
2016-05-16 16:37:42 -07:00
Brian Grant 60a946a285 Merge pull request #499 from kubernetes/ghodss-patch-1
Update pod-states.md
2016-05-16 15:31:41 -07:00
Brian Grant 0a447418af Merge pull request #518 from KarlHerler/master
Fixed link rendering issue due to newline location
2016-05-16 15:28:52 -07:00
Brian Grant e3e68854a8 Merge pull request #519 from elsonrodriguez/openstack-provider-doc-tocfix
Adding Guide entry for Openstack provider.
2016-05-16 15:27:57 -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 cdf13b5cc2 Merge pull request #517 from bgrant0607/master
Rationalize navigation
2016-05-16 11:10:39 -07:00
Brian Grant f01a78edd0 Rationalize navigation 2016-05-16 18:07:30 +00:00