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
Andrew Chen
446606a43a
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-09 10:18:59 -08:00
sallydeng
5f71daa575
Merge branch 'master' into patch-3
2017-02-09 15:52:35 +08:00
sallydeng
b7e410bb57
Update ui.md
...
I reword it base on comment.
2017-02-09 15:49:59 +08:00
steveperry-53
2d98e5c1a5
Remove Guide topic: kubectl to Manage Resources.
2017-02-08 16:59:28 -08:00
Steve Perry
ada6673c7d
Update walkthrough.md
2017-02-08 14:20:30 -08:00
steveperry-53
97a5a10ae4
Remove Guide topic: Secrets Walkthrough.
2017-02-08 14:11:08 -08:00
steveperry-53
c125531513
Remove Guide topic: Deploying Applications.
2017-02-08 13:57:45 -08:00
scjane
bb6684e16f
Update debugging-services.md
2017-02-08 10:54:50 -08:00
steveperry-53
839854fe7b
Remove User Guide topic: Launching, Exposing,
2017-02-08 10:44:45 -08:00
Eamon Taaffe
3bac04bf7a
Missing export statement in example
2017-02-08 10:43:16 -08:00
sallydeng
02d938a3d5
Update ui.md: namespace name can't be number only
...
When the namespace name only contains number, such as "10", the pod can't be created in this kind of namespace, the pod will be put in default namespace.
2017-02-08 16:38:00 +08:00
Bruce Auyeung
24d587a9c5
fix unreachable links and typos
...
1. fix unreachable federated resources links
2. federation proposal doc has been relocated, so i fix this link
3. make federation resources supporting cascading deletion clickable
4. make link to `Kubernetes Scaling and Performance Goals` clickable
5. other typo fixes
2017-02-07 14:47:08 -08:00
sallydeng
cff68f53af
Update ui.md base on comments
...
Former: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) , can not contain capital letters.
Now: The namespace name may contain a maximum of 63 alphanumeric characters and dashes (-) but can not contain capital letters.
2017-02-07 09:59:43 -08:00
sallydeng
5253297f52
Update namspace and service part of ui.md
...
1. Namespace can not contain capital letter.
2. For service, internal endpoints for cluster connections and external endpoints for external users. Here, it lost "external".
2017-02-07 09:59:43 -08:00
Pan Luo
7ce1b540c6
Add generic to create secret command
...
The generic is missing from the command and will cause error: `Error: unknown flag: --type` when running the command.
2017-02-06 13:33:59 -08:00
Cole Mickens
70a2934d02
userguide: PV docs clarify Azure storage account restriction
2017-02-03 13:16:20 -08:00
hekra01
bf0e238e2b
Update docker-cli-to-kubectl.md
...
typo in deployment name
2017-02-02 14:33:38 -08:00
steveperry-53
0ac53c2f97
Put moved notice in persistent volume topic.
2017-02-02 09:34:49 -08:00
Vic Iglesias
087ba3c961
Point to correct annotation in federated deployment
2017-02-01 16:46:59 -08:00
steveperry-53
6cb33d02c4
Put moved notice on User Guide pages.
2017-02-01 16:33:15 -08:00
steveperry-53
9891d65d3e
Change name of include file for moved content.
2017-02-01 15:05:34 -08:00
Steve Perry
248173bf81
Merge branch 'master' into commands-capabilities
2017-02-01 14:21:38 -08:00
Jeff Mendoza
a32a2a59c2
Getting started guides overhaul.
2017-02-01 11:03:08 -08:00
Eugene Chow
2027ed39bb
Changed "haripin-veth" to "hairpin-veth"
2017-02-01 10:09:37 -08:00
Matt Singletary
2dcac11129
typo fix
2017-01-31 10:20:47 -08:00
Slava Semushin
105bf6e1f2
docs/user-guide/secrets: fix invalid syntax of Pod.spec.containers.command.
2017-01-31 18:16:55 +01:00