bprashanth
58591fca1a
Change alpha to beta in source ip docs
2016-11-30 16:25:57 -08:00
Ryan Hitchman
41caedc6d6
Lowercase 'Command' and 'Args' when describing "containers" specs.
...
They must be lowercase in json and yaml, which is the most common
user-visible interface.
Partially addresses #1555 .
2016-11-30 16:15:32 -08:00
Janet Kuo
1d9789c65d
Add Task: upgrading from PetSet to StatefulSet
2016-11-30 16:05:28 -08:00
Madhusudan.C.S
32e6c4245a
Address review comments.
2016-11-30 16:05:05 -08:00
Anthony Yeh
31b8ccb76d
Fix TOC in Documentation Style Guide
...
"What's next" was listed underneath "Patterns to avoid" because the
template hard-codes the heading depth. Increase depth of all other
headings by 1 to match the template's expectations.
2016-11-30 15:30:06 -08:00
Jared
66c0331830
Merge branch 'master' into style
2016-11-30 15:12:06 -08:00
devin-donnelly
0cd66a8be3
Merge pull request #1824 from mwielgus/fix_secrets
...
Fix copy/paste errors in federated secrets docs
2016-11-30 15:03:15 -08:00
Jared
dad9ab7fbd
Merge branch 'master' into style
2016-11-30 14:43:10 -08:00
Madhusudan.C.S
5939c3cb52
[Federation] Document simplified federation control plane deployment via kubefed.
2016-11-30 12:05:35 -08:00
nikhiljindal
edad544e46
Updating information on how to pass federations flag to kube-dns
2016-11-30 04:09:32 -08:00
Marcin Wielgus
1b4f677f21
Fix copy/paste errors in federated secrets docs
2016-11-30 11:40:08 +01:00
Devin Donnelly
9b2500fb60
Merge remote-tracking branch 'upstream/master' into release-1.5
2016-11-29 17:08:38 -08:00
Brandon Philips
5dbabed7a9
docs: create /security endpoint
...
Create an easy to remember and locate URL for security disclosure
process. This URL will need to be placed in lots of templates and tools
so make it easy.
2016-11-29 12:27:56 -08:00
Kenneth Owens
5e15fc667f
address enisoc comments
2016-11-29 11:33:21 -08:00
Kenneth Owens
eead3799b9
Changes all API object references to PascalCase (e.g Stateful Set
...
becomes StatefulSet)
2016-11-29 10:01:38 -08:00
Kenneth Owens
349e41f634
Changes all API Objects to CamelCase (e.g Stateful Set becomes
...
StatefulSet and Persistent Volume becomes PersistentVolume)
2016-11-29 09:55:02 -08:00
a-mccarthy
18252f80e4
adding in duplicate seciton which was weirdly left out
...
adding in left out section
2016-11-29 12:33:35 -05:00
a-mccarthy
77c7980a74
New page for reviewing issues process
...
adds a new page to the contribute section and navigation that describes
the reviewing and labeling process for backlog/newly created issues
2016-11-29 12:21:55 -05:00
Denis Andrejew
2b595523a5
fix broken link in config-best-practices.md
...
broken link was caused by `frontend-controller.yaml` having been replaced with `frontend-deployment.yaml`
2016-11-29 16:00:28 +00:00
Ian Lewis
53a59dda8e
Added local channels to Support page
2016-11-29 17:55:13 +09:00
bryk
707badee81
Remove mention about RCs - they are deprecated
2016-11-29 09:25:04 +01:00
Chao Xu
e20b4585ce
sync gc is not going to be supported in 1.5
2016-11-28 21:04:42 -08:00
pao
448b8c074f
Update dns.md: add details about subdomain.
2016-11-29 12:12:18 +08:00
steveperry-53
09b5a49ec7
Expanded style guidance for API objects.
2016-11-28 18:29:14 -08:00
Kenneth Owens
92f8d24d47
Gives examples of Deployment and ReplicaSet as Stateful Set alternative
...
Removes redundant hyperlinks
Makes statement about updates limitation more terse
2016-11-28 16:32:19 -08:00
Nicolai von Neudeck
fd0d4112b0
fixed indentation, cleaner command
2016-11-29 00:43:01 +01:00
Nicolai von Neudeck
c61aee3c54
forgot yaml format
2016-11-29 00:34:29 +01:00
Nicolai von Neudeck
537893253f
Added info about where to add/drop capabilities
...
The user-guide did not mention where to drop/add capabilities in Kubernetes.
Added a link to the not yet complete API documentation and an example.
2016-11-29 00:11:40 +01:00
Kenneth Owens
ad59c9f827
Adds Stateful Set Basics as a tutorial
...
The content is in
docs/tutorials/stateful-applications/basic-stateful-set.md
The example application, named web, is in
docs/tutorials/stateful-applications/web.yaml
The tutorials TOC and index have been udpated to include a Stateful
Applications section of which this example is a subsection
2016-11-28 14:22:55 -08:00
devin-donnelly
c180ba163b
Merge pull request #1620 from dixudx/keystone-ca-cert
...
add doc for new flag experimental-keystone-ca-file
2016-11-28 14:05:37 -08:00
steveperry-53
a4f8d3c06a
Remove old template topics.
2016-11-28 12:32:23 -08:00
steveperry-53
a856ab1549
Update Tutorial and Task landing pages.
2016-11-28 11:49:17 -08:00
Justin Garrison
8e8adadbeb
moved kubectl install to separate sub-sections
2016-11-26 23:57:01 -08:00
Jitendra Bhurat
c6b260489b
Updated based on review comments
2016-11-25 19:09:36 -05:00
pospispa
d4b9023a7f
Added a Recycler Pod Template Example
...
Recycle pod template example is missing in the documentation.
That's why it is now added.
2016-11-25 20:24:54 +01:00
bryk
f840e4bc02
Docs for Dashboard UI features in 1.5
...
Feature: https://github.com/kubernetes/features/issues/136
2016-11-25 13:26:18 +01:00
Cao Shufeng
3a9566810e
[kubenet] add description about non-masquerade-cidr
...
For kubenet, users should run kubelet with argument
--non-masquerade-cidr, or pods may have problem when access
"10.0.0.0/8" cidr. Also, if --pod-cidr is set outside the scope
of --non-masquerade-cidr, node will do ip masquerade for ingress
packets, which is not excepted.
2016-11-23 23:47:13 -05:00
Random-Liu
a1740a4b6a
Update node conformance test document.
2016-11-23 16:33:04 -08:00
devin-donnelly
efb7f65b5d
Merge pull request #1775 from jpeterson88/dev
...
Fix for Issue 1767
2016-11-23 14:03:53 -08:00
devin-donnelly
804ebfee55
Merge pull request #1776 from wilk/patch-1
...
updated dockerimage link
2016-11-23 14:02:33 -08:00
devin-donnelly
09429cb488
Merge pull request #1777 from bboreham/weave-npc
...
Add Weave to the list of NetworkPolicy implementations
2016-11-23 13:35:34 -08:00
Jitendra Bhurat
2818da21b7
Added a sample POD spec and added kubenet requirements
2016-11-23 15:08:25 -05:00
Bryan Boreham
c01aaba156
Add Weave to the list of NetworkPolicy implementations
2016-11-23 14:32:59 +00:00
Bryan Boreham
5a54ed400c
Clarify that no add-ons are preferred above others
2016-11-23 14:25:09 +00:00
Vincenzo Ferrari
1f68526159
updated dockerimage link
...
removed dead link of dockerimage
2016-11-23 11:12:07 +01:00
Madhusudan.C.S
715d5a3c96
Address review comments.
2016-11-23 00:34:02 -08:00
Justin Peterson
1bcb4cd558
Fix for Issue 1767
2016-11-22 19:15:40 -08:00
Janet Kuo
987c1c1e76
Add a task title for stateful sets
2016-11-22 16:23:19 -08:00
Kenneth Owens
77dc8f96b3
Changes introduction wording
...
Removes storage annotation
2016-11-22 15:50:18 -08:00
Chris Riviere
b0bcbff7ab
Merge branch 'master' into patch-1
2016-11-22 15:38:33 -08:00