Remove petset documentations (#5395)

This commit is contained in:
Jun Xiang Tee
2017-09-19 12:01:42 -07:00
committed by Steve Perry
parent bda3250c1b
commit bccd6515f3
14 changed files with 10 additions and 812 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ Configure components in a cluster federation.
#### Managing Stateful Applications
Perform common tasks for managing Stateful applications, including upgrading from PetSets and scaling, deleting, and debugging StatefulSets.
Perform common tasks for managing Stateful applications, including scaling, deleting, and debugging StatefulSets.
#### Cluster Daemons
@@ -149,7 +149,7 @@ specific to stateful apps:
* Don't scale the app. This setup is for single-instance apps
only. The underlying PersistentVolume can only be mounted to one
Pod. For clustered stateful apps, see the
[StatefulSet documentation](/docs/concepts/workloads/controllers/petset/).
[StatefulSet documentation](/docs/concepts/workloads/controllers/statefulset.md).
* Use `strategy:` `type: Recreate` in the Deployment configuration
YAML file. This instructs Kubernetes to _not_ use rolling
updates. Rolling updates will not work, as you cannot have more than