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
Steve Perry
a70480af00
Update walkthrough.md
2017-02-23 15:30:47 +08:00
steveperry-53
ed4770e3d8
Remove Guide topic: Secrets Walkthrough.
2017-02-23 15:30:47 +08:00
steveperry-53
34ab8024ec
Remove Guide topic: Deploying Applications.
2017-02-23 15:30:47 +08:00
James Duncan
d584b78bed
Corrected syntax of Networking Section
...
Removed an unnecessary 'the' from a sentence.
2017-02-23 15:30:47 +08:00
scjane
7bd4d8ba44
Update debugging-services.md
2017-02-23 15:30:47 +08:00
steveperry-53
c4e1940170
Remove User Guide topic: Launching, Exposing,
2017-02-23 15:30:47 +08:00
Eamon Taaffe
e93aaf7028
Missing export statement in example
2017-02-23 15:30:47 +08:00
Ghe Rivero
0b192ad9ec
Fix examples display
2017-02-23 15:30:47 +08:00
Andrew Martin
30b425b991
Fix typo
...
`pages` -> `page`
2017-02-23 15:30:47 +08:00
sallydeng
aa1c435df3
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-23 15:30:47 +08:00
scjane
8c1b7a6f5c
Update assign-cpu-ram-container.md
2017-02-23 15:30:47 +08:00
Bruce Auyeung
ee10fefec8
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-23 15:30:47 +08:00
tailnode
c999e614f2
fix link
2017-02-23 15:30:47 +08:00
Ben Spoon
34f61c10e8
Fix overflow scroll on code blocks
...
Fixes https://github.com/kubernetes/kubernetes.github.io/issues/633
2017-02-23 15:30:47 +08:00
sallydeng
83d5b27667
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-23 15:30:47 +08:00
sallydeng
f2184920af
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-23 15:30:47 +08:00
yupengzte
a045b3987d
Fix the url error
...
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
2017-02-23 15:30:47 +08:00
caiyixiang
af059b3b3c
Update minikube.md
2017-02-23 15:30:47 +08:00
scjane
456a3ddcd6
Update kubefed.md
2017-02-23 15:30:47 +08:00
Vasily Upornikov
29e432d419
Update container-command-args.md
2017-02-23 15:30:47 +08:00
Philipp T
24fc013242
Update kubeadm.md
...
grammar ocd
2017-02-23 15:30:47 +08:00
Pan Luo
a21e061dcb
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-23 15:30:47 +08:00
Shiyang Wang
5cf0e08b5b
fix typo
2017-02-23 15:30:47 +08:00
David Calavera
d2266ed0eb
Add documentation to the redirects.rb script.
...
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-02-23 15:30:47 +08:00
steveperry-53
aa04248251
Add object fields to style guide.
2017-02-23 15:30:47 +08:00
Ritesh H Shukla
2ef1b0145e
Add default storage class documentation for 1.6
...
fixes https://github.com/kubernetes/kubernetes/issues/40070
2017-02-22 17:20:12 -08:00
Andrew Chen
64267ef509
Merge branch 'master' of https://github.com/kubernetes/kubernetes.github.io into release-1.6
...
* 'master' of https://github.com/kubernetes/kubernetes.github.io :
Update hello-minikube.md
show kubectl_rollingupdate svg
Fixed flag for eviction-soft.
Update review-issues.md
Move Guide topic: Garbage Collection. (#2488 )
Update source-ip.md
Update source-ip.md
2017-02-22 17:18:14 -08:00
Andres Villarroel
9dc31d6302
Update hello-minikube.md
...
- Proposing a different way to run curl without proxy, without touching current environment
- There's a formatting problem and the whole thing is being displayed in a single line

2017-02-22 16:04:42 -08:00
Xiuyu Li
7b69821e5e
show kubectl_rollingupdate svg
2017-02-22 10:58:09 -08:00
Guangya Liu
8904a7f862
Fixed flag for eviction-soft.
2017-02-22 10:57:14 -08:00
Jared
c5ca457297
Update review-issues.md
2017-02-22 10:54:28 -08:00
Steve Perry
5095cf60df
Move Guide topic: Garbage Collection. ( #2488 )
2017-02-21 19:12:47 -08:00
ztewyk
93c5edce64
Update source-ip.md
2017-02-21 16:42:25 -08:00
ztewyk
13b7c5eb5c
Update source-ip.md
2017-02-21 16:42:25 -08:00