mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Remove initialized annotation from statefulset examples
This commit is contained in:
@@ -188,8 +188,6 @@ spec:
|
||||
replicas: 3
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
pod.alpha.kubernetes.io/initialized: "true"
|
||||
labels:
|
||||
app: cassandra
|
||||
spec:
|
||||
|
@@ -7,8 +7,6 @@ spec:
|
||||
replicas: 3
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
pod.alpha.kubernetes.io/initialized: "true"
|
||||
labels:
|
||||
app: cassandra
|
||||
spec:
|
||||
|
Reference in New Issue
Block a user