File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
docs/tutorials/stateful-application Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ Use `kubectl edit` to modify the size of of a Cassandra StatefulSet.
159159 # and an empty file will abort the edit. If an error occurs while saving this file will be
160160 # reopened with the relevant failures.
161161 #
162- apiVersion : apps/v1beta1
162+ apiVersion : apps/v1beta2
163163 kind : StatefulSet
164164 metadata :
165165 creationTimestamp : 2016-08-13T18:40:58Z
Original file line number Diff line number Diff line change 1- apiVersion : " apps/v1beta1 "
1+ apiVersion : apps/v1beta2
22kind : StatefulSet
33metadata :
44 name : cassandra
5+ labels :
6+ app : cassandra
57spec :
68 serviceName : cassandra
79 replicas : 3
10+ selector :
11+ matchLabels :
12+ app : cassandra
813 template :
914 metadata :
1015 labels :
You can’t perform that action at this time.
0 commit comments