Changes introduction wording

Removes storage annotation
reviewable/pr1839/r3
Kenneth Owens 2016-11-22 15:50:18 -08:00 committed by Devin Donnelly
parent 421dec5edf
commit fdd027a46f
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/)
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.
{% endcapture %}
@ -92,8 +92,6 @@ spec:
volumeClaimTemplates:
- metadata:
name: www
annotations:
volume.beta.kubernetes.io/storage-class: anything
spec:
accessModes: [ "ReadWriteOnce" ]
resources: