mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Remove 0 terminationGracePeriodSeconds from statefulset manifests
This commit is contained in:
parent
849d22b471
commit
f2bab13043
@ -57,7 +57,6 @@ spec:
|
||||
}
|
||||
]'
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 0
|
||||
containers:
|
||||
- name: mysql
|
||||
image: gcr.io/google_containers/mysql-galera:e2e
|
||||
|
@ -57,7 +57,6 @@ spec:
|
||||
}
|
||||
]'
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 0
|
||||
containers:
|
||||
- name: redis
|
||||
image: debian:jessie
|
||||
|
@ -61,7 +61,6 @@ spec:
|
||||
}
|
||||
]'
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 0
|
||||
containers:
|
||||
- name: zk
|
||||
image: java:openjdk-8-jre
|
||||
|
Loading…
Reference in New Issue
Block a user