Remove initialized annotation from statefulset examples

This commit is contained in:
Janet Kuo
2016-11-21 10:58:38 -08:00
parent 8c212e7fb8
commit b88bebded5
9 changed files with 0 additions and 13 deletions

View File

@@ -188,8 +188,6 @@ spec:
replicas: 3
template:
metadata:
annotations:
pod.alpha.kubernetes.io/initialized: "true"
labels:
app: cassandra
spec:

View File

@@ -7,8 +7,6 @@ spec:
replicas: 3
template:
metadata:
annotations:
pod.alpha.kubernetes.io/initialized: "true"
labels:
app: cassandra
spec: