From 1009f889d5278f170a99471922a51234ad16daea Mon Sep 17 00:00:00 2001 From: dlorenc Date: Thu, 27 Jul 2017 15:40:48 -0700 Subject: [PATCH] Remove the alpha storage-class annotation. This doesn't work when run in beta storage class clusters. --- docs/tutorials/stateful-application/zookeeper.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/tutorials/stateful-application/zookeeper.yaml b/docs/tutorials/stateful-application/zookeeper.yaml index 29ea198e23..6fbce97825 100644 --- a/docs/tutorials/stateful-application/zookeeper.yaml +++ b/docs/tutorials/stateful-application/zookeeper.yaml @@ -150,8 +150,6 @@ spec: volumeClaimTemplates: - metadata: name: datadir - annotations: - volume.alpha.kubernetes.io/storage-class: anything spec: accessModes: [ "ReadWriteOnce" ] resources: