Commit Graph

8513 Commits

Author SHA1 Message Date
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 49b01a7475 Add missing test cases. 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 8b3f6b5fd6 Add validation for YAML assets. 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
Anthony Yeh ee4ad16cc3 Add replicated MySQL tutorial 2016-12-07 17:42:10 -08:00
Anirudh Ramanathan e02be02974 Task: Stateful Set force delete pods (#1731)
* Adding task for force-deletion of pods in a statefulset.

* Fixed based on doc review.

* Reapply docs review fix

* Fixing nav and tasks from earlier.
2016-12-07 17:42:10 -08:00
David Oppenheimer 7ce65a3356 Add task documentation for safely draining nodes. Also update PDB to v1beta1. 2016-12-07 17:42:10 -08:00
Kenneth Owens ba8cb2660b Moved statefulset concept to abstractions 2016-12-07 17:42:10 -08:00
Kenneth Owens d8b9faabaa Address editorial comments 2016-12-07 17:42:10 -08:00
Kenneth Owens 320168cc81 Changes all API Objects to CamelCase (e.g Stateful Set becomes
StatefulSet and Persistent Volume becomes PersistentVolume)
2016-12-07 17:42:10 -08:00
Kenneth Owens a261581b22 Gives examples of Deployment and ReplicaSet as Stateful Set alternative
Removes redundant hyperlinks
Makes statement about updates limitation more terse
2016-12-07 17:42:10 -08:00
Kenneth Owens fdd027a46f Changes introduction wording
Removes storage annotation
2016-12-07 17:42:10 -08:00
Kenneth Owens 421dec5edf Fixes typo 2016-12-07 17:42:10 -08:00
Kenneth Owens 15725fcb98 Fixes typo in guarantees
Removes deprecation from comment wrt PetSets
Creates separate section in concepts/index.md for Controllers
Fixes grammer "an integer"
Removes claim about persistent storage being auto-deleted
Clarifies stability
Adds call out tick around attributes
2016-12-07 17:42:10 -08:00
Kenneth Owens f8f1794971 upgrades the version of storage class to beta
adds assignees
clarifies stable storage description
2016-12-07 17:42:09 -08:00
Kenneth Owens 87d682052e removes legacy claim about mutability of stateful set 2016-12-07 17:42:09 -08:00
Kenneth Owens ef783ec028 completes move of statefulset to controllers
shortens intro in favor of another Components section
2016-12-07 17:42:09 -08:00
Kenneth Owens 19907287d9 updates directory structure to add controllers directory
moves statefulset.md into controllers
update _data/concepts.yml to show a TOC based on the above
2016-12-07 17:42:09 -08:00
Kenneth Owens 6c26a5d50a adds sclaing and deployment section. fixes spelling errors. changes all
StatefulSet referneces to Stateful Set and all PetSet references to Pet
Set
2016-12-07 17:42:09 -08:00
Kenneth Owens f073d532d3 Initial commit of statefulsets concept. 2016-12-07 17:42:09 -08:00
Anirudh Ramanathan 3282408296 Adding task to debug a Stateful Set. (#1811)
* Adding task to debug a Stateful Set.

* Fixing instructions around shell scripts.

* Added task & index.

* Fix prereqs
2016-12-07 17:42:09 -08:00
Anirudh Ramanathan 5360a1917a Task: Deleting a statefulset (#1737)
* Deleting a statefulset task.

* Doc review fixes.
2016-12-07 17:42:09 -08:00
Random-Liu 314eec0ac3 Addressed comments. 2016-12-07 17:42:09 -08:00
Random-Liu 10e93ead2a Update node conformance test document. 2016-12-07 17:42:09 -08:00
Jitendra Bhurat 7f13e6644b Changes as per review 2016-12-07 17:42:09 -08:00
Jitendra Bhurat 88f0a452b9 Cosmetic changes as per review 2016-12-07 17:42:08 -08:00
Jitendra Bhurat 4ef2abfb6b Updated based on review comments 2016-12-07 17:42:08 -08:00
Jitendra Bhurat abd2e45538 Added a sample POD spec and added kubenet requirements 2016-12-07 17:42:08 -08:00
Jitendra Bhurat d3727aadee Adding Getting Started Guide for Windows Support 2016-12-07 17:42:08 -08:00
Anirudh Ramanathan 62f39021e8 Update node.md to reflect changes to node controller (#1757)
* Update node.md to reflect changes to node controller

* Review fixes.
2016-12-07 17:42:05 -08:00
bprashanth 35473ffbbe Change alpha to beta in source ip docs 2016-12-07 17:41:06 -08:00
Janet Kuo 247e0da932 Address Devin's comments 2016-12-07 17:41:06 -08:00