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