StatefulSet 1.9 updates. (#6550)

* updates sts concept and tutorials to use 1.9 apps/v1

* Update statefulset.md

* clarify pod name label
This commit is contained in:
Kenneth Owens
2017-12-11 15:28:41 -08:00
committed by Zach Corleissen
parent 2d09a2a7b4
commit 74b4cb69a4
6 changed files with 17 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ spec:
selector:
app: nginx
---
apiVersion: apps/v1beta2 # for versions before 1.8.0 use apps/v1beta1
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: web