Commit Graph

4176 Commits (6ab05fbf1c1236b28ed1f633b8003b7e3732715f)

Author SHA1 Message Date
Andrew Chen 523bb2a1fd re: issue #1671; update to direct link
Update Docker Volumes link to https://docs.docker.com/engine/tutorials/dockervolumes/
2017-02-23 15:30:47 +08:00
Robert Kubis a8009333b1 Update cheatsheet for multi-container handling
Added how to retrieve logs for containers in multi-container pods
2017-02-23 15:30:47 +08:00
ztewyk 3ac0584953 add "--show-all" to kubectl get pods
add "--show-all" to  "kubectl get pods  --selector=job-name=pi --output=jsonpath={.items..metadata.name}" ,because the pod was ended
2017-02-23 15:30:47 +08:00
Arthur Miranda 40399ff636 Fix broken/outdated links in the ingress.md file
The Ingress controllers have moved to the kubernetes/ingress repository,
then some links are broken or outdated.
2017-02-23 15:30:47 +08:00
chenhuan12 aaca71474e column READY is missed
column READY is missed
2017-02-23 15:30:47 +08:00
Andrew Chen 4e3f6ae0e3 fix Kubenetes typo
Kubenetes -> Kubernetes
2017-02-23 15:30:47 +08:00
Fabrizio Milo 3a5b4c74d3 Update overview.md 2017-02-23 15:30:47 +08:00
Fabrizio Milo 886f15554f Update pod.md 2017-02-23 15:30:47 +08:00
scjane 87f0e317ab Update multiple-schedulers.md
Similar to #2518. But I think an unordered list can be used here :)
2017-02-23 15:30:47 +08:00
Pierre Ozoux 5a24d6d681 Fix the standard storageClass for GCE
As you can see here: https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/gce/gce.go#L117-L121
The default is not ssd
2017-02-23 15:30:47 +08:00
yupengzte a334d932e1 fix typo
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-23 15:30:47 +08:00
tanshanshan 07c4b9f6f8 fix typo 2017-02-23 15:30:47 +08:00
Bruce Auyeung 2c9b093c37 Update index.md 2017-02-23 15:30:47 +08:00
Zhou Tao 5d0f273f34 doc(kubeadm.md) - change base64 decode option to '--decode'
`base64 -D` will lead to error on Ubuntu: "base64: invalid option -- 'D'"
2017-02-23 15:30:47 +08:00
James Gregory 2a597e3789 Update links to ingress repository
Ingress moved out of contrib to kubernetes/ingress.
2017-02-23 15:30:47 +08:00
Albert Vaca ec8fd54d0f Updated dead links 2017-02-23 15:30:47 +08:00
Erik Bean fe9a0c1447 Fix unmatched closing paren
End of line 60 had a closing parenthesis, with no opening one to match. Probably left over from a previous version of the document
2017-02-23 15:30:47 +08:00
Jesse Johnston e79c6662f5 Update overview.md
Update link to Kubernetes API Conventions to point to current document location.
2017-02-23 15:30:47 +08:00
Ahmet Alp Balkan a35d5d3320 Move "User Guide" up in the sidebar
So that it is above "Accessing the Cluster" article which describes
more advanced topics and does not look coherent when it is read
linearly.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-02-23 15:30:47 +08:00
chenhuan12 f1ffbe9599 replace 30 seconds with 35 seconds
replace 30 seconds with 35 seconds
2017-02-23 15:30:47 +08:00
Christoph Blecker 068818e1c6 Fix link to StatefulSet docs from Pods page 2017-02-23 15:30:47 +08:00
foxyriver a5fe6ae18b fix parallelism result
According to job.yaml, the parallelism is 2
2017-02-23 15:30:47 +08:00
caiyixiang 01cea0c713 Update source-ip.md 2017-02-23 15:30:47 +08:00
scjane 3137a4926a Update index.md 2017-02-23 15:30:47 +08:00
Andreas Kohn 3808e4ccd7 Improve grammar 2017-02-23 15:30:47 +08:00
samiam 49dea6f23b Update kubectl_completion.md
Quote shell commands to improve format
2017-02-23 15:30:47 +08:00
Andrew Chen 809c1b8ebe reimplement PR #2217
socks shop port changed
2017-02-23 15:30:47 +08:00
Jason Lock 896c2ddd18 Add line-height to List Item
Add line-height to the body content
list items. The same line-height as the
paragraph.
2017-02-23 15:30:47 +08:00
Jason Lock 34ff10be2f Increase font-size and line-height CSS Properties
Increase the font-size and line-height CSS
properties for the paragraph and list items
within the documentation body content.
Adjusting these properties will make the
information a little easier to read.
2017-02-23 15:30:47 +08:00
Ahmet Alp Balkan 0123149feb Add SIG meetings calendar to /community/
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-02-23 15:30:47 +08:00
Bruce Auyeung eccf13d47b Update kubefed.md 2017-02-23 15:30:47 +08:00
Jérémy Wimsingues c3b483c49f Update overview.md
comamnd => command
2017-02-23 15:30:47 +08:00
scjane 9197fb5822 Update jobs.md 2017-02-23 15:30:47 +08:00
PassionForPie 58322206bd Minor grammatical fix
See https://en.wiktionary.org/wiki/greengrocer's_apostrophe
2017-02-23 15:30:47 +08:00
scjane 822d00df62 Update index.md 2017-02-23 15:30:47 +08:00
scjane 715ccb48e8 Update cron-jobs.md 2017-02-23 15:30:47 +08:00
Jérémy Wimsingues 2f351db5bb redundnacy => redundancy 2017-02-23 15:30:47 +08:00
Jasmine Hegman b51f5a2e2c Fixed a tiny typo
Kubernets -> Kubernetes
2017-02-23 15:30:47 +08:00
Jeff Mendoza 10d678bfc8 Fix Travis test builds' vendoring workaround. 2017-02-23 15:30:47 +08:00
steveperry-53 3a993cdadc New Task: Exposing Pod Info ... Env Vars 2017-02-23 15:30:47 +08:00
Phillip Wittrock 94aab012c0 Kubectl task document for printing out containers in a cluster. 2017-02-23 15:30:47 +08:00
cwitte4191 380fc42886 Update service-accounts.md
Added an automated code snippet to populate the registrykey on a serviceaccount using jq.
2017-02-23 15:30:47 +08:00
Robert Roland 601fd27c56 Adds documentation for new vSphere vm-uuid parameter.
Related to kubernetes/kubernetes#40892
2017-02-23 15:30:47 +08:00
Klaus Ma 76938f5b68 Updated multiple scheduler beta docs. 2017-02-23 15:30:47 +08:00
xilabao 1c04cedd41 add authorizationMode to kubeadm config
ref to https://github.com/kubernetes/kubernetes/pull/39846
2017-02-23 15:30:47 +08:00
Himanshu Raj efbf64d09d Add Contiv Information to addons.md 2017-02-23 15:30:47 +08:00
scjane 50db7c5b29 Update accessing-the-cluster.md 2017-02-23 15:30:47 +08:00
Andrew Chen 667c1818dc Migrate Init Containers to Concepts (#2438)
* Initial commit for Init Containers migration to Concepts section

* Add 1.5 beta include file

* Change include to renamed user-guide-content-moved.md file

* Fix Concepts/KO/Pods ToC

* reformat examples to bullet points

* fix formatting

* Add back Detailed Behavior, Support and compatibility

* Adjust formatting issues

* revised based on feedback from Steve

* complete sentence rewrite
2017-02-23 15:30:47 +08:00
sallydeng 554d6b7e9f Update ui.md
I reword it base on comment.
2017-02-23 15:30:47 +08:00
steveperry-53 25a3aac7b7 Remove Guide topic: kubectl to Manage Resources. 2017-02-23 15:30:47 +08:00