Commit Graph

4243 Commits

Author SHA1 Message Date
Cao Shufeng 0142f40d59 [authorization] update doc about roleRef
This update is made according to this commit in code:
https://github.com/kubernetes/kubernetes/commit/8c788233e778f3b0ebef560762c1433c12ea1d43

It has already be released  with k8s v1.5, so it's reasonable to
update the doc now.
2016-12-08 07:41:32 -05:00
Michail Kargakis 5ec4e650db More updates 2016-12-08 12:02:06 +01:00
devin-donnelly 7427bc7a6a Update deployments.md 2016-12-08 11:29:03 +01:00
Michail Kargakis a86732a455 Add docs for perma-failed Deployments 2016-12-08 11:29:03 +01:00
CaoShuFeng 0a1a6eb5ec Merge branch 'master' into non-masquerade-cidr 2016-12-08 03:37:01 -06:00
Devin Donnelly 6f88ea213f Merge remote-tracking branch 'upstream/release-1.5' into release-1.5 2016-12-07 17:58:08 -08:00
Anirudh Ramanathan 8a0ff316d0 Add warning. (#1876) 2016-12-07 17:45:48 -08:00
devin-donnelly b5a695f86b Update index.md 2016-12-07 17:45:48 -08:00
nikhiljindal c1b2d5d3f0 Updating information on how to pass federations flag to kube-dns 2016-12-07 17:45:47 -08:00
devin-donnelly 1744707ce7 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly a5ceaa6ed1 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly 3a993c6d10 Update index.md 2016-12-07 17:45:47 -08:00
devin-donnelly 78122b03ed Update index.md 2016-12-07 17:45:47 -08:00
Janet Kuo d99c51f54b Remove petset bootstrapping doc 2016-12-07 17:45:47 -08:00
devin-donnelly f67ad46d57 Update petset.md 2016-12-07 17:45:47 -08:00
Anthony Yeh 6c10386127 Add deprecation warning on PetSet guide. 2016-12-07 17:45:47 -08:00
Anirudh Ramanathan c4f528655f Using raw so that the text doesn't get interpreted (#1872) 2016-12-07 17:45:47 -08:00
bprashanth dbecc1e0b5 Write a source-ip tutorial. 2016-12-07 17:45:47 -08:00
Anirudh Ramanathan b748017566 Fixing links between pages. (#1869)
* Fixing links between pages.

* Address review comments.
2016-12-07 17:45:46 -08:00
devin-donnelly 051fa3a742 Update index.md 2016-12-07 17:45:46 -08:00
Janet Kuo 3f86c70cd6 Update pods user guide to reflect StatefulSet changes 2016-12-07 17:45:46 -08:00
Marcin Wielgus 50d46c74f7 Add documentation for federated config map 2016-12-07 17:45:46 -08:00
Marcin Wielgus fb441c46d3 Documentation for federated deployment 2016-12-07 17:45:46 -08:00
Marcin Wielgus fe342d3058 Add federated daemonset documentation 2016-12-07 17:45:46 -08:00
Jordan Liggitt 1f5a822974 kubelet authnz 2016-12-07 17:45:46 -08:00
Jordan Liggitt 97904b7d0b split out TLS bootstrapping topic 2016-12-07 17:45:46 -08:00
Jordan Liggitt c3a38d3cb7 fixup assigness 2016-12-07 17:45:46 -08:00
Jordan Liggitt b466b35727 update required non-resource paths 2016-12-07 17:45:46 -08:00
Jordan Liggitt 69920baf18 update assignees 2016-12-07 17:45:46 -08:00
nikhiljindal 7926588323 Adding documentation for cascading deletion of federated resources 2016-12-07 17:45:45 -08:00
Kenneth Owens 638cb5a978 Changes cleanup instructions to account for both dynamic and manual provisioning
Clarifies network discovery
Adds statement about mutability of spec.template.containers
2016-12-07 17:45:45 -08:00
Kenneth Owens a617d46c29 Address editorial comments
updates link to statefulset conept
2016-12-07 17:45:45 -08:00
Kenneth Owens 6a90ffbd76 address enisoc comments 2016-12-07 17:45:45 -08:00
Kenneth Owens 6b74ab79be Changes all API object references to PascalCase (e.g Stateful Set
becomes StatefulSet)
2016-12-07 17:45:43 -08:00
Kenneth Owens 3b7ba00300 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-12-07 17:43:56 -08:00
Anthony Yeh e0e0842cc4 Task: Debugging Init Containers 2016-12-07 17:42:12 -08:00
Anthony Yeh d4684e3323 Link to k8s.io instead of GitHub for manifests. 2016-12-07 17:42:11 -08:00
Anthony Yeh 6f254746d4 Address review comments. 2016-12-07 17:42:11 -08:00
Anthony Yeh 078cb83d92 Replicated stateful application doesn't need its own directory. 2016-12-07 17:42:11 -08:00
Anthony Yeh ef9bc39172 Address review comments 2016-12-07 17:42:11 -08:00
Anthony Yeh 6555ee7128 Follow conventions for may/might/since/because 2016-12-07 17:42:11 -08:00
Anthony Yeh 1057f1bec8 Linkify API objects on first mention. 2016-12-07 17:42:11 -08:00
Anthony Yeh c74f8fda9a Use CamelCase for API objects 2016-12-07 17:42:11 -08:00
Anthony Yeh 0e308a7c26 Use gcr.io registry for xtrabackup image. 2016-12-07 17:42:11 -08:00
Anthony Yeh c0faa51b95 Add tutorial: Running a Replicated Stateful Application 2016-12-07 17:42:11 -08:00
Anthony Yeh b1fc42ecc8 examples_test: Validate all parts in a multi-doc YAML. 2016-12-07 17:42:11 -08:00
Anthony Yeh 20a00929c5 Demonstrate master/slave ConfigMap entries. 2016-12-07 17:42:11 -08:00
Anthony Yeh c663480ab9 Add MySQL client service for reads. 2016-12-07 17:42:11 -08:00
Anthony Yeh fa08cb4ee7 Clone from previous peer instead of from master. 2016-12-07 17:42:10 -08:00
Anthony Yeh b36a613ae3 Demystify server-id offset. 2016-12-07 17:42:10 -08:00