Jared
3bca509c69
Update docker.md
2017-01-10 13:41:30 -08:00
Pallav Agarwal
36fefcf873
Correct broken links - fix #1154 , fix #1161 , fix #1162 , fix #1163
...
Fix some broken links in documentation, as well as add a dummy page
for single-node docker with deprecation notice to prevent error with
old links.
2016-09-15 17:26:29 +05:30
Phillip Wittrock
e28c21045f
Move local cluster setup guides to the kubernetes/kubernetes repo under docs/devel/local-cluster/.
...
Done to encourage folks to use minikube and to reduce cluster setup guide maintenance overhead.
2016-08-03 14:02:26 -07:00
Jared
eca7853ffa
Update docker.md
...
Fixed 404 link, fixed markdown header issue
2016-08-03 11:42:57 -07:00
Jared
0e1f809af7
Merge pull request #951 from cheld/fix-page-rendering
...
fix rendering issue of docker.md
2016-08-03 11:38:27 -07:00
foxish
0f18a994c2
Removed non-org members from OWNERS.
2016-08-03 01:31:31 -07:00
Christoph Held
67a4bcbb63
fix rendering issue of docker.md
2016-08-03 09:56:37 +02:00
foxish
66f28bb820
Adding OWNERS for docs.
2016-08-02 18:13:52 -07:00
Vishnu Kannan
9232f7f2fa
Fix curl command.
...
Make cleanup easier.
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
2016-08-02 17:27:13 -07:00
Phillip Wittrock
c1b06f3e91
Merge pull request #689 from matthewfischer/matthewfischer-docker-doc-patch
...
nginx service/deployment needs to be cleanedup
2016-08-02 13:55:18 -07:00
Christoph Held
3ec08ff940
described needed steps for shared mount propagation
2016-07-29 10:31:39 +02:00
Kelsey Hightower
27535b7a36
Merge pull request #493 from dims/patch-2
...
Fix to ensure that ConfigMaps volume does create file(s) in container
2016-07-28 12:21:28 -07:00
johndmulhausen
b7458acb57
Merge pull request #807 from matttproud/fix/download-mitm-mitigation
...
docs: convert curl downloads from HTTP to HTTPS
2016-07-19 15:23:36 -07:00
Vish Kannan
2ac973c0dd
Merge pull request #595 from liujunhui74/patch-1
...
Running behind a proxy
2016-07-18 16:42:50 -07:00
Matt T. Proud
5f2ba4c2cd
docs: convert curl downloads from HTTP to HTTPS
...
Several command literals in the installation documents for downloading
used `curl` with non-HTTPS protocol. They have been converted to HTTPS
for both man-in-the-middle risk reduction and consistency with the rest
of the documentation corpus.
2016-07-18 10:26:45 +02:00
Phillip Wittrock
2a1f7744ce
Merge pull request #503 from carsonoid/patch-2
...
Update docker.md
2016-07-15 08:11:56 -07:00
Phillip Wittrock
5681a0115d
Merge pull request #504 from carsonoid/patch-3
...
Use xargs when removing mounts
2016-07-15 08:08:03 -07:00
Dan Lorenc
7fd579d2ac
Add minikube page to Getting Started section.
2016-06-20 15:01:08 -07:00
Matt Fischer
bdebd9895f
nginx service/deployment needs to be cleanedup
...
If you plan on recreating the nginx service & deployment you need to remove both or kubernetes will refuse to rebuild them. Otherwise you get this error:
root@compute3:~# kubectl run nginx --image=nginx --port=80
Error from server: deployments.extensions "nginx" already exists
Additionally this commit fixes the numbering in the deleted section. The numbered list restarts at 1 due to the indented code, so a simple work around is to escape the period in the numbered list.
2016-06-18 10:29:10 -06:00
liujunhui74
6fc0a6c30d
Running behind a proxy
...
When running behind a proxy, the setup will fail because the containers cannot obtain certificates with curl.
A solution is provided.
2016-06-02 11:48:47 +08:00
dlorenc
03c388d6da
Add a warning about Docker For Mac.
2016-06-01 15:05:20 -07:00
johndmulhausen
4d7f12f0f4
Merge pull request #559 from JamesDeFabia/master
...
Add Support Level heading and table to guides
2016-05-31 16:45:49 -07:00
Jeff Kwan
30b4028219
Fix the link to Windows kubectl binaries
2016-05-28 08:29:02 -04:00
DrDePhobia
c791ca972c
Update docker.md
2016-05-22 14:42:13 -07:00
DrDePhobia
385c26a054
Update docker.md
2016-05-22 13:57:54 -07:00
Carson A
db26b756d5
The /sys mount needs to be rw
...
Hairpin nat does not currently work unless /sys is rw. This fixes #25555 and fixes #24350
2016-05-13 09:34:43 -06:00
Carson A
106420a9b0
Use xargs when removing mounts
...
This avoids potential argument list limits when there are many mounts.
2016-05-12 14:02:47 -06:00
Carson A
dae8e5f4a9
Update docker.md
...
Clean up some duplicate commands
2016-05-12 10:49:28 -06:00
Davanum Srinivas
665f9c4743
Fix to ensure that ConfigMaps volume does create file(s) in container
...
Document the fix proposed originally in:
https://github.com/kubernetes/kubernetes/issues/23392#issuecomment-209663941
Tested with:
Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
Server Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
2016-05-11 12:39:31 -04: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
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
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
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
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
Jorge Luis Middleton
1e5f4f5242
removed tabs and spaces to fix the text.
...
The docs contains "shell" because there were tabs in the text. Also I changed wget for curl on OSX.
2016-04-18 23:00:47 +10:00
johndmulhausen
f9778b1ac2
Merge pull request #333 from idvoretskyi/patch-4
...
Changed container removing command
2016-04-13 15:57:09 -07:00
Ihor Dvoretskyi
28976086ff
Updated stable and latest Kubernetes versions to be set via a variable
...
Added method to set a Kubernetes variable to the latest and actual versions.
Updated command with added variable.
Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-08 16:57:13 -07:00
Ihor Dvoretskyi
0d595bf95a
Changed container removing command
...
Changed `docker kill` to `docker rm` as completely cleaning solution for this case.
2016-04-06 17:27:35 -07:00
Ihor Dvoretskyi
7f56aa523e
Updated latest Kubernetes version to set via variable
...
Added method to set a Kubernetes variable to the latest actual version.
Updated command with added variable.
Following the https://github.com/kubernetes/kubernetes.github.io/pull/43
2016-04-06 17:05:39 -07:00
Vishnu Kannan
aae9499016
Fix several issues with the local docker based cluster documentation.
2016-03-25 16:41:53 -07:00
johndmulhausen
fcc4e4a76d
Fixes #247
2016-03-25 16:08:49 -07:00
Vishnu Kannan
b8dd9ad381
Fix docker based localhost setup documentation.
2016-03-25 10:33:40 -07:00
Madhusudan.C.S
1c27f43b7b
Now that kubectl run creates a deployment by default, expose here should expose the deployment previously created.
2016-03-18 16:09:33 -07:00
mfanjie
98b68ad407
convert md files to unix format
2016-03-07 10:29:06 +08:00
John Mulhausen
a6f6fd01cd
1.2 additions for getting-started-guides/ and new non-Markdown files for user-guides
2016-03-06 17:55:12 +00:00
John Mulhausen
4c9e72c518
Moving docs from /vX to /docs; we will use branches for old versions.
2016-02-29 15:17:22 -08:00