Merge pull request #37231 from janetkuo/stateful-set-example-files

Automatic merge from submit-queue

Update Stateful Set example files for 1.5

1. Remove initialized annotation from statefulset examples
2. Update storage class annotation to beta in statefulset examples
3. Remove alpha limitation on PetSet in cassandra example

cc @erictune @foxish @kow3ns @enisoc @chrislovecnm @kubernetes/sig-apps

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2016-11-30 21:11:08 -08:00
committed by GitHub
9 changed files with 2 additions and 18 deletions

View File

@@ -27,8 +27,6 @@ spec:
metadata:
labels:
app: nginx-statefulset
annotations:
pod.alpha.kubernetes.io/initialized: "true"
spec:
terminationGracePeriodSeconds: 0
containers: