Jared
034a978c5f
Merge branch 'master' into deprecation
2017-03-01 14:35:33 -08:00
Steve Perry
6b675d9b69
Move Guide topic: Connect with Proxies. ( #2663 )
...
* Move Guide topic: Connect with Proxies.
* Fix link.
2017-03-01 09:42:05 -08:00
Steve Perry
a642102dc8
Move Guide topic: Bootstrapping Pet Sets. ( #2662 )
...
* Move Guide topic: Bootstrapping Pet Sets.
* Add TOC entry.
2017-03-01 09:20:52 -08:00
Steve Perry
a2fbc82bd0
Move Guide topic: Using Port Forwarding. ( #2661 )
2017-03-01 08:55:15 -08:00
Steve Perry
1564ae52b7
Move Guide topic: Using Environment Variables. ( #2645 )
2017-02-28 19:05:31 -08:00
steveperry-53
8ab16cb669
Prototype for deprecating User Guide topic.
2017-02-28 11:15:54 -08:00
Steve Perry
6f83f5070a
Move Guide Topic: Multi-container pods. ( #2642 )
2017-02-28 09:08:11 -08:00
Steve Perry
650d632519
Move Compute Resources topic to Concepts. ( #2410 )
2017-02-27 14:16:14 -08:00
Jordan Liggitt
6d133c64d5
Clarify minimum version of kubernetes supporting PSP authz
2017-02-24 15:04:21 -08:00
Xiuyu Li
7b69821e5e
show kubectl_rollingupdate svg
2017-02-22 10:58:09 -08:00
Steve Perry
5095cf60df
Move Guide topic: Garbage Collection. ( #2488 )
2017-02-21 19:12:47 -08:00
tanshanshan
60b5018738
replace petset with statefulsets
2017-02-21 11:47:29 -08:00
Ricardo M. Augusto
72c93f9b52
Updated result of command
...
Actually according to the command in example:
kubectl create secret generic ssh-key-secret --from-file=ssh-privatekey=/path/to/.ssh/id_rsa --from-file=ssh-publickey=/path/to/.ssh/id_rsa.pub
The keys will be available with names ssh-publickey and ssh-privatekey.
2017-02-21 11:38:11 -08:00
Guangya Liu
58f20b10fa
Fixed typos in persistent volume index.md
2017-02-21 10:16:04 -08:00
Ben Mathews
d4c2da211e
Remove reference to port-forward to services
...
port forwarding to services isn't supported.
2017-02-21 10:12:32 -08:00
ztewyk
8dd5d7b8ad
Parallel Jobs with a *work queue*:
...
do not specify `.spec.completions`, default to `.spec.Parallelism`, not default to 1
2017-02-21 09:46:11 -08:00
Michael Fraenkel
4635787521
Revert "Document new optional support for ConfigMap and Secret"
...
This reverts commit 7abcc6c854
.
2017-02-17 09:19:39 -08:00
Michael Fraenkel
265a2fc996
Revert "mend"
...
This reverts commit 324451c337
.
2017-02-17 09:19:39 -08:00
jianglingxia
77b4ffa696
modify one word
...
examples to example
2017-02-17 09:14:38 -08:00
Steve Perry
05c1dfe76c
Add note about moved content. ( #2563 )
2017-02-16 13:20:48 -08:00
steveperry-53
2e3758381d
Move Guide toic to Tasks: kubectl exec.
2017-02-15 18:06:07 -08:00
Steve Perry
a3a2233e6c
Move Pod Lifecycle to Concepts. ( #2420 )
...
* Move Pod Lifecycle to Concepts.
* Put moved note on old page.
* Update pod-lifecycle.md
2017-02-15 14:56:39 -08:00
Michail Kargakis
c222e9da33
Update deployment completeness documentation
2017-02-15 14:49:35 -08:00
Andrew Chen
4702554cb6
rollback PR #2522
...
Rollingback PR #2522 until we can verify which version optional:true will be available in.
2017-02-15 14:44:09 -08:00
sallydeng
9b3f420bd9
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-15 14:22:29 -08:00
Arthur Miranda
76e1bfc55d
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-15 14:20:27 -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
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
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
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
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
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
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
scjane
6e1ec38daa
Update jobs.md
2017-02-12 23:10:38 -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
Jasmine Hegman
926d049a84
Fixed a tiny typo
...
Kubernets -> Kubernetes
2017-02-12 23:01:00 -08:00
cwitte4191
4499f48856
Update service-accounts.md
...
Added an automated code snippet to populate the registrykey on a serviceaccount using jq.
2017-02-09 13:02:34 -08:00
scjane
51662f0c84
Update accessing-the-cluster.md
2017-02-09 10:27:30 -08:00