From 77dc8f96b3fb114f28e5f31e81c20f6828fc8a8f Mon Sep 17 00:00:00 2001 From: Kenneth Owens Date: Tue, 22 Nov 2016 15:50:18 -0800 Subject: [PATCH] Changes introduction wording Removes storage annotation --- docs/concepts/controllers/statefulsets.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/concepts/controllers/statefulsets.md b/docs/concepts/controllers/statefulsets.md index 1cd9c51f10..7ee7cacc49 100644 --- a/docs/concepts/controllers/statefulsets.md +++ b/docs/concepts/controllers/statefulsets.md @@ -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: