Maciej Szulik
ec4e3b0ca2
Remove extensions/v1beta1 Job
2017-02-15 14:01:57 -08:00
sallydeng
2ab877198b
Change sentence base on reviewer's comment
...
"NOTE: The key-value optional:true is supported for kubernetes 1.5.3 and above."
2017-02-15 14:00:48 -08:00
sallydeng
5df783425d
The key-value "optional:true" doesn't work
...
The key-value "optional:true" doesn't work in 1.5.2 yet.
So should we add a note here? "The key-value "optional:true" will be work after kubernetes 1.5.2."
2017-02-15 14:00:48 -08:00
Andrew Chen
9310444630
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Fix travis.yml
re: issue #2034 ; fix docker image link (#2532 )
re: issue #1671 ; update to direct link
Update cheatsheet for multi-container handling
add "--show-all" to kubectl get pods
Fix broken/outdated links in the ingress.md file
column READY is missed
fix Kubenetes typo
Update overview.md
Update pod.md
Update multiple-schedulers.md
Fix the standard storageClass for GCE
fix typo
fix typo
Update index.md
doc(kubeadm.md) - change base64 decode option to '--decode'
Update links to ingress repository
Updated dead links
Fix unmatched closing paren
2017-02-15 13:59:13 -08:00
foxish
2553649598
Fix travis.yml
2017-02-15 13:55:35 -08:00
Michail Kargakis
2172507943
Update deployment completeness documentation
2017-02-15 11:47:56 -08:00
Andrew Chen
566f61f4b9
re: issue #2034 ; fix docker image link ( #2532 )
...
* re: issue #2034 ; fix docker image link
change link in line 26 to: https://gcr.io/google_containers/hpa-example
* point link to local Dockerfile
* specify it as the Dockerfile, not image
2017-02-14 14:34:13 -08:00
Andrew Chen
04d6793544
re: issue #1671 ; update to direct link
...
Update Docker Volumes link to https://docs.docker.com/engine/tutorials/dockervolumes/
2017-02-14 13:51:39 -08:00
Robert Kubis
cfaf34835c
Update cheatsheet for multi-container handling
...
Added how to retrieve logs for containers in multi-container pods
2017-02-14 13:38:44 -08:00
ztewyk
7c97c392ed
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-14 13:27:32 -08:00
Arthur Miranda
36ebe59068
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-14 13:21:47 -08:00
chenhuan12
710a17c10d
column READY is missed
...
column READY is missed
2017-02-14 11:14:19 -08:00
Andrew Chen
2fb161e033
fix Kubenetes typo
...
Kubenetes -> Kubernetes
2017-02-14 11:11:31 -08:00
Fabrizio Milo
38033ae6bf
Update overview.md
2017-02-14 11:04:22 -08:00
Fabrizio Milo
7bafe3557f
Update pod.md
2017-02-14 11:03:51 -08:00
Andrew Chen
501bde89e4
minor grammar addition
...
added 'be' in line 247: "...variables or be used in"
2017-02-14 09:48:47 -08:00
Michael Fraenkel
15e529958e
Initial docs for envFrom ConfigMap
2017-02-14 09:48:47 -08:00
peay
ae4bc86dae
Update CronJob doc. with history limits
2017-02-14 09:07:01 -08:00
scjane
7b42b5f9dd
Update multiple-schedulers.md
...
Similar to #2518 . But I think an unordered list can be used here :)
2017-02-14 08:56:40 -08:00
Pierre Ozoux
e56a7296ca
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-14 08:50:00 -08:00
yupengzte
8a865cf1d3
fix typo
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-14 08:47:11 -08:00
tanshanshan
ff088c2256
fix typo
2017-02-14 08:46:23 -08:00
Bruce Auyeung
4fa487f722
Update index.md
2017-02-13 23:08:22 -08:00
Zhou Tao
3512bc673b
doc(kubeadm.md) - change base64 decode option to '--decode'
...
`base64 -D` will lead to error on Ubuntu: "base64: invalid option -- 'D'"
2017-02-13 23:05:50 -08:00
scjane
7267a33db7
Update static-pods.md
...
Some of the serial numbers of the ordered list in the "Static pod creation" section are incorrect because items in the list are segmented by code blocks. I think this can be solved in at least the following ways:
1.Remove the ordered list style and just use plain text each beginning with "1", "2",...,or "step 1", "step 2",... (My modofication adopts this one)
2.Replace the ordered list with an unordered list in which each item beginning with "step 1", "step 2",...
3.Use HTML tags, such as <ol>,<li> to give the lists involved
Are there any other better ways for this problem? I would be appreciated to know.
2017-02-14 14:15:27 +08:00
James Gregory
f4c8ba82c5
Update links to ingress repository
...
Ingress moved out of contrib to kubernetes/ingress.
2017-02-13 16:20:55 -08:00
Albert Vaca
4c85470449
Updated dead links
2017-02-13 16:16:53 -08:00
Erik Bean
c72ac0ab6b
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-13 16:16:07 -08:00
Jesse Johnston
515f62be08
Update overview.md
...
Update link to Kubernetes API Conventions to point to current document location.
2017-02-13 11:56:55 -08:00
Ahmet Alp Balkan
ae45c11b3b
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-13 11:08:02 -08:00
chenhuan12
17050a7fd2
replace 30 seconds with 35 seconds
...
replace 30 seconds with 35 seconds
2017-02-13 11:02:54 -08:00
Christoph Blecker
1b33b95669
Fix link to StatefulSet docs from Pods page
2017-02-13 10:50:38 -08:00
foxyriver
57260ac2d4
fix parallelism result
...
According to job.yaml, the parallelism is 2
2017-02-13 10:27:13 -08:00
caiyixiang
62b3570acd
Update source-ip.md
2017-02-13 10:16:32 -08:00
scjane
f59b154f6f
Update index.md
2017-02-13 10:14:19 -08:00
Andreas Kohn
27a450f450
Improve grammar
2017-02-13 10:13:55 -08:00
samiam
4a1f2c2b55
Update kubectl_completion.md
...
Quote shell commands to improve format
2017-02-13 10:13:19 -08:00
Andrew Chen
6ceec5095e
reimplement PR #2217
...
socks shop port changed
2017-02-13 10:10:34 -08:00
Jason Lock
a9e63ea61d
Add line-height to List Item
...
Add line-height to the body content
list items. The same line-height as the
paragraph.
2017-02-13 09:53:17 -08:00
Jason Lock
885864b9bc
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-13 09:53:17 -08:00
sarahnovotny
6673b5229c
Merge pull request #2509 from ahmetalpbalkan/sig-calendar
...
/LGTM . Add SIG meetings calendar to /community/
2017-02-13 09:33:07 -08:00
Ahmet Alp Balkan
49169de6aa
Add SIG meetings calendar to /community/
...
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2017-02-13 09:21:14 -08:00
Bruce Auyeung
010b294cb2
Update kubefed.md
2017-02-12 23:15:19 -08:00
Jérémy Wimsingues
e42b16b6d2
Update overview.md
...
comamnd => command
2017-02-12 23:12:51 -08:00
scjane
6e1ec38daa
Update jobs.md
2017-02-12 23:10:38 -08:00
PassionForPie
93729a843a
Minor grammatical fix
...
See https://en.wiktionary.org/wiki/greengrocer's_apostrophe
2017-02-12 23:09:33 -08:00
scjane
87401ac54b
Update index.md
2017-02-12 23:08:34 -08:00
scjane
9f3ab47c8b
Update cron-jobs.md
2017-02-12 23:08:04 -08:00
Jérémy Wimsingues
32e912fc87
redundnacy => redundancy
2017-02-12 23:03:36 -08:00
Jasmine Hegman
926d049a84
Fixed a tiny typo
...
Kubernets -> Kubernetes
2017-02-12 23:01:00 -08:00