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
steveperry-53
3185b43411
Move Commands and Capabilities out of User Guide.
2017-01-30 16:19:56 -08:00
Wojciech Tyczynski
57711a0c9b
Update secrets doc
2017-01-30 14:23:45 -08:00
tolleiv
4eafd1e0a3
Update references to the example configuration files
2017-01-30 09:53:40 -08:00
Jan Zerebecki
98a91d02f7
Correct internal link from federated to normal deployment
2017-01-30 09:50:50 -08:00
tolleiv
b564e266b7
Add missing environment variables
2017-01-28 16:22:39 +01:00
Andrew Chen
acc078f17b
Merge branch 'master' into fedCaveats
2017-01-27 16:03:25 -08:00
nikhiljindal
b4f87d17df
Adding more details on why is federation useful
2017-01-27 15:13:53 -08:00
Jess Frazelle
2e60a567dd
turn on travis for preformat balance
...
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-01-27 12:44:48 -08:00
tolleiv
8229123e7b
Add backlink to the related example
2017-01-27 17:47:53 +01:00
Andrew Chen
0c8c31235a
Merge branch 'master' into page-version
2017-01-26 16:26:31 -08:00
Slava Semushin
e3494fd143
docs/user-guide/pod-security-policy: misc improvements.
...
- update link
- improve wording
- update list of volumes
2017-01-26 15:47:17 -08:00
Andrew Chen
cef61c8ba9
Fix small grammar issue
...
add 'is'
2017-01-26 14:16:28 -08:00
Rudi C
3a474df151
Update images.md
2017-01-26 14:13:54 -08:00
Rudi C
ed5fe607f3
Document cross-region ECR support
...
Fetching images from a registry hosted in a different region has been supported since 1.3 with
https://github.com/kubernetes/kubernetes/pull/24369
2017-01-26 14:13:54 -08:00
Jared
4fb74447e0
Update quick-start.md
2017-01-26 14:09:44 -08:00
Steve Lasker
2fc014494f
Update user-guide/quick-start.md to include Azure
...
Added Azure as a target
2017-01-26 14:08:20 -08:00
Andrew Chen
1120a93af5
Merge branch 'master' into patch-1
2017-01-25 16:55:16 -08:00
sandeepveldi
018f51074e
Add Windows version details
...
Adding windows version related download path.
2017-01-25 16:51:43 -08:00
Bilgin Ibryam
94e3c350f5
Typo fixed
2017-01-25 10:24:49 -08:00
Steve Perry
5be3af942c
Merge branch 'master' into logging-sidecar-refactoring-2
2017-01-25 09:07:11 -08:00
Hugues Malphettes
e93bb9dc27
Format JSON: missing comma
2017-01-24 16:19:50 -08:00
Andrew Chen
6afde69458
fixed broken link re: issue #1687
...
Updated link to go to https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook
which is a redis example mentioned in https://kubernetes.io/docs/samples/
2017-01-24 16:09:26 -08:00
Michael Fraenkel
324451c337
mend
2017-01-24 15:58:11 -08:00
Michael Fraenkel
7abcc6c854
Document new optional support for ConfigMap and Secret
...
Corresponds to proposal https://github.com/kubernetes/community/pull/175
2017-01-24 15:58:11 -08:00
Cemalettin Koc
f99d34ff1a
Align kubeconfig resolution with the rest of documentation
...
It seems that this part has a missing documentation. Here is the reference of `kubectl` configuration.
https://kubernetes.io/docs/user-guide/kubectl/kubectl_config/
2017-01-24 15:52:04 -08:00
scjane
4bbd9ba6ce
Update index.md
2017-01-24 15:37:34 -08:00
sallydeng
d7ce58eacc
Update ui.md
...
I installed gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0. When I deploy a containerized app through dashboad ui, the appname can be "dxltest1" . The "dxltest1" can be deployed successfully. so the appname can be end with a number.
2017-01-24 15:29:41 -08:00
Andrew Chen
07aa716422
Merge branch 'master' into page-version
2017-01-24 13:11:07 -08:00
Huamin Chen
c24ed09231
fix persistent volume example link
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2017-01-24 13:04:55 -08:00
Andrew Chen
c4997a846b
Merge pull request #2326 from liggitt/tpr
...
Add link to feature issue for TPR
2017-01-24 11:48:21 -08:00
Andrew Chen
c906c5f998
Merge pull request #2282 from ahawtho/patch-2
...
Fix 'pod definition' link on environment-guide
2017-01-24 11:41:22 -08:00
Andrew Chen
62f76e7198
Merge pull request #2296 from euan-am/patch-1
...
Port-forward to local port documentation fix
2017-01-24 11:27:23 -08:00
Andrew Chen
23e186abbd
Merge pull request #2307 from scjane/patch-3
...
Fixed typos in ui.md
2017-01-24 11:19:51 -08:00
Andrew Chen
37c997c3d5
Merge pull request #2309 from scjane/patch-7
...
Fixed typo in garbage-collection.md
2017-01-24 11:11:50 -08:00
Andrew Chen
96efad0f09
Merge pull request #2310 from tolleiv/federation-api-resources
...
Update Federation API resource listing
2017-01-24 11:10:00 -08:00
Andrew Chen
e1724a0155
Merge pull request #2313 from scjane/patch-8
...
Fixed typos in init-container.md
2017-01-24 11:06:23 -08:00
Jordan Liggitt
c407429fe9
Add link to feature issue for TPR
2017-01-24 13:46:13 -05:00
Andrew Chen
ed7f520057
Merge pull request #2314 from bruceauyeung/k8s-github-io-fix-unreachable-links
...
fix unreachable links
2017-01-24 10:27:50 -08:00
Mik Vyatskov
a2deedd3f5
Logging sidecar refactoring
2017-01-24 11:24:00 +01:00
Andrew Chen
decf02b02f
Merge pull request #2171 from tolleiv/update-persistent-volumes
...
Add Flocker Photon and Quobyte to PV list
2017-01-23 10:57:05 -08:00
Andrew Chen
4be381b23b
Merge pull request #2134 from pclinger/patch-1
...
Fix references to restartPolicy spec location
2017-01-23 10:35:53 -08:00
euan-am
b764c58590
Merge branch 'master' into patch-1
2017-01-23 15:43:55 +02:00
bruceauyeung
2efa5ab9d2
fix unreachable links
...
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
2017-01-22 11:05:04 +08:00
scjane
b35d379dd1
Update init-container.md
2017-01-22 10:28:01 +08:00
tolleiv
559f404de7
Update Federation API resource listing
2017-01-21 00:46:43 +01:00
devin-donnelly
fac34588ae
Merge pull request #2301 from pwittrock/api-ref
...
Fix Various Issues In Reference Docs
2017-01-20 15:34:20 -08:00
tolleiv
81f59bb256
Add Flocker Photon and Quobyte to PV list
2017-01-20 23:48:34 +01:00
scjane
5738bcfb50
Update garbage-collection.md
2017-01-20 17:50:59 +08:00
scjane
b8e105f7a8
Update ui.md
2017-01-20 13:56:00 +08:00
Phillip Wittrock
0e8bb958a5
Delete unused reference generated files
2017-01-19 20:30:41 -08:00
scjane
503ddad7a3
Update quick-start.md
2017-01-20 11:26:02 +08:00
euan-am
354ba65703
Port-forward to local port documentation fix
...
The port-forward command was incorrect for the documentation description for forwarding a local port to a pod
2017-01-19 10:09:51 +02:00
steveperry-53
ee02a66f12
Remove 3 User Guide topics, redirect to Tasks.
2017-01-18 15:41:54 -08:00
Andrew Chen
6ef6c207f5
Merge pull request #2179 from caiyixiang/patch-4
...
Update ingress.md
2017-01-18 12:53:48 -08:00
ahawtho
56bac5a749
Fix link on environment-guide
...
The 'pod definition' link in the 'Query the service' section had an incorrect link.
2017-01-18 09:48:56 -05:00
gregoplex
4fb669be11
Fixed doc typo
2017-01-17 20:35:24 -05:00
Janet Kuo
4ef058c970
Use {{page.version}} instead of hard-coded release number
2017-01-17 17:00:43 -08:00
Steve Perry
4b722c9c2a
Merge branch 'master' into stackdriver-docs-refactoring-2
2017-01-17 16:34:13 -08:00
caiyixiang
4bd2d4ce8e
Update ingress.md
2017-01-18 08:33:28 +08:00
caiyixiang
1e40f9fea5
Update index.md
2017-01-17 16:29:13 -08:00
Steve Perry
7a773baa52
Merge branch 'master' into env-yaml
2017-01-17 16:17:57 -08:00
Steve Perry
775b9d0681
Merge branch 'master' into redirect-production-pods
2017-01-17 16:11:37 -08:00
Jared
0286b535be
Merge pull request #2242 from xialonglee/patch-1
...
fix the named anchor
2017-01-17 11:23:53 -08:00
Steve Perry
416ab397a7
Merge branch 'master' into redirect-production-pods
2017-01-17 11:19:14 -08:00
Steve Perry
4e4dcbf50b
Merge branch 'master' into env-yaml
2017-01-17 11:16:04 -08:00
Jared
f83bd527d4
Renamed "Petset" to Statefulset
...
Renamed feature, fixed link
https://github.com/kubernetes/kubernetes.github.io/issues/2240
2017-01-17 10:52:12 -08:00
Peter Lee
4f3c295182
fix the named anchor
...
name anchor `loading-and-merging` should be `loading-and-merging-rules`
2017-01-15 23:09:45 +08:00
caiyixiang
b9c0d80bbc
Update ingress.md
2017-01-14 15:07:09 +08:00
Andrew Chen
06d21c950f
Merge branch 'master' into patch-1
2017-01-13 17:40:03 -08:00
Andrew Chen
8f6c10c9e9
Merge branch 'master' into chenopis-patch-4
2017-01-13 17:30:46 -08:00
Andrew Chen
2041d8a7f4
Merge branch 'master' into chenopis-patch-3
2017-01-13 16:20:07 -08:00
Phillip Wittrock
69582c2d8c
change ref docs url format from 1_5 to v1.5
2017-01-13 09:56:34 -08:00
Mik Vyatskov
fa59f3779c
Refactor stackdriver logging page
2017-01-13 12:10:09 +01:00
Brandon Cole
956dcf8cd6
Updating downward-api/index.md for spec.nodeName
...
There are a couple awesome enhancements that would benefit from being documented here:
1. `spec.nodeName` for obtaining the host name
2. `spec.serviceAccountName` for obtaining the name of the service account the pod is running under
Right now these enhancements are documented only in a couple of issues and pull requests:
1. https://github.com/kubernetes/kubernetes/pull/27880
2. https://github.com/kubernetes/kubernetes/issues/24657
3. https://github.com/kubernetes/kubernetes/issues/21317
I have verified the functionality in the latest codebase:
1. https://github.com/kubernetes/kubernetes/blob/master/pkg/api/v1/conversion.go#L200
Also updating downward-api/dapi-pod.yaml to add a concrete example.
2017-01-12 21:02:12 -05:00