Changes introduction wording

Removes storage annotation
This commit is contained in:
Kenneth Owens 2016-11-22 15:50:18 -08:00
parent 6e65abe9e5
commit 77dc8f96b3
1 changed files with 1 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Pet Sets feature from 1.4. Users of Pet Sets are referred to the 1.5
[Upgrade Guide](/docs/tasks/stateful-set/upgrade-from-petsets-to-stateful-sets/) [Upgrade Guide](/docs/tasks/stateful-set/upgrade-from-petsets-to-stateful-sets/)
for further information on how to upgrade existing Pet Sets to Stateful Sets.** for further information on how to upgrade existing Pet Sets to Stateful Sets.**
A Stateful Set is a Controller provides a unique identity to its Pods, and it provides A Stateful Set is a Controller that provides a unique identity to its Pods. It provides
guarantees about the ordering of deployment and scaling. guarantees about the ordering of deployment and scaling.
{% endcapture %} {% endcapture %}
@ -92,8 +92,6 @@ spec:
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: www name: www
annotations:
volume.beta.kubernetes.io/storage-class: anything
spec: spec:
accessModes: [ "ReadWriteOnce" ] accessModes: [ "ReadWriteOnce" ]
resources: resources: