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:
committed by
Zach Corleissen
parent
2d09a2a7b4
commit
74b4cb69a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user