Vendor: Update k8s version
Signed-off-by: Michał Żyłowski <michal.zylowski@intel.com>
This commit is contained in:
parent
dfa93414c5
commit
52baf68d50
3756 changed files with 113013 additions and 92675 deletions
4
vendor/k8s.io/kubernetes/examples/storage/cassandra/cassandra-statefulset.yaml
generated
vendored
4
vendor/k8s.io/kubernetes/examples/storage/cassandra/cassandra-statefulset.yaml
generated
vendored
|
@ -34,6 +34,10 @@ spec:
|
|||
capabilities:
|
||||
add:
|
||||
- IPC_LOCK
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
command: ["/bin/sh", "-c", "PID=$(pidof java) && kill $PID && while ps -p $PID > /dev/null; do sleep 1; done"]
|
||||
env:
|
||||
- name: MAX_HEAP_SIZE
|
||||
value: 512M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue