ztewyk
dfb8b79b15
Parallel Jobs with a *work queue*:
...
do not specify `.spec.completions`, default to `.spec.Parallelism`, not default to 1
2017-02-23 15:30:47 +08:00
xuxinkun
dc053ed54f
Add more options for self-registration.
2017-02-23 15:30:47 +08:00
Bruce Auyeung
7022b43bc2
dedent yaml code blocks
...
otherwise extra redundant ````yaml` characters will be displayed
because github code fencing doesn't need any indentation
2017-02-23 15:30:47 +08:00
Harry Zhang
8e490b4251
Add kubelet eviction in GC doc ( #2484 )
2017-02-23 15:30:47 +08:00
Michael Fraenkel
ce82d6301d
Revert "Document new optional support for ConfigMap and Secret"
...
This reverts commit 7abcc6c854
.
2017-02-23 15:30:47 +08:00
Michael Fraenkel
f8c25df156
Revert "mend"
...
This reverts commit 324451c337
.
2017-02-23 15:30:47 +08:00
jianglingxia
632b2ba474
modify one word
...
examples to example
2017-02-23 15:30:47 +08:00
chenhuan12
e854c082ad
fix typo
...
1、column PORTS is missed
2、fix command `kubectl get pods`output
2017-02-23 15:30:47 +08:00
Guillaume Breton
17daf981f7
Fix typos in running zookeeper article
2017-02-23 15:30:47 +08:00
Steve Perry
cd69b5b1e3
Add note about moved content. ( #2563 )
2017-02-23 15:30:47 +08:00
Steve Perry
fe734530ba
Move Guide topic to Tasks: Downward API ( #2439 )
2017-02-23 15:30:47 +08:00
architect.bian
3c262fa8d8
modify typora
...
modify namespace-kube-system to namespace=kube-system
2017-02-23 15:30:47 +08:00
liangxiaoping
b8c5b72111
fix etcd disaster-recovery hyperlink
2017-02-23 15:30:47 +08:00
chenhuan12
1a81cfd224
replace kubernetes.d with kubelet.d
...
replace kubernetes.d with kubelet.d
2017-02-23 15:30:47 +08:00
tanshanshan
8140e9c2cf
remove its name from file content
2017-02-23 15:30:47 +08:00
Jorge O. Castro
771a20326e
Let's put kubectl in ~/bin.
2017-02-23 15:30:47 +08:00
steveperry-53
e71b14fa5c
Move Guide toic to Tasks: kubectl exec.
2017-02-23 15:30:47 +08:00
foxish
33da5e4fb1
Fix travis and add comments
2017-02-23 15:30:47 +08:00
Steve Perry
3ed3018153
Move Pod Lifecycle to Concepts. ( #2420 )
...
* Move Pod Lifecycle to Concepts.
* Put moved note on old page.
* Update pod-lifecycle.md
2017-02-23 15:30:47 +08:00
Michail Kargakis
0ce865cc76
Update deployment completeness documentation
2017-02-23 15:30:47 +08:00
Andrew Chen
4e5e79f35f
rollback PR #2522
...
Rollingback PR #2522 until we can verify which version optional:true will be available in.
2017-02-23 15:30:47 +08:00
sallydeng
0fca22e659
kubectl_apply.md-change it for label key
...
When I test this command, if the configmap has a label, it just delete the configmaps which has the same label key and that are not in the file.
kubectl apply --prune -f manifest.yaml --all --prune-whitelist=core/v1/ConfigMap
So I advise change the description like this:
"Apply the configuration in manifest.yaml and delete all the other configmaps with the same label key that are not in the file."
2017-02-23 15:30:47 +08:00
Arthur Miranda
dec125aa53
Update the links of Deployment User Guide
...
The file 'blob/master/docs/devel/api-conventions.md' has moved to
'community/blob/master/contributors/devel/api-conventions.md'
Updates the links associated with these file.
2017-02-23 15:30:47 +08:00
Michael Mrowetz
2aea9f9424
#2534 mark openstack-heat as standalone-salt-conf
2017-02-23 15:30:47 +08:00
sallydeng
3e48da5f8b
Change sentence base on reviewer's comment
...
"NOTE: The key-value optional:true is supported for kubernetes 1.5.3 and above."
2017-02-23 15:30:47 +08:00
sallydeng
183fc3d41c
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-23 15:30:47 +08:00
foxish
e1eb525f01
Fix travis.yml
2017-02-23 15:30:47 +08:00
Andrew Chen
1c634023f6
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-23 15:30:47 +08:00
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