Delete WAL For Launch
Sometimes readness probe
will be timeout because of the large wal
logs.
If the data is not important, just delete it.
kubectl exec -it xxx -- /bin/sh
rm -rf /prometheus/wal/
kubectl rollout restart deploy/sts xxx
Sometimes readness probe
will be timeout because of the large wal
logs.
If the data is not important, just delete it.
kubectl exec -it xxx -- /bin/sh
rm -rf /prometheus/wal/
kubectl rollout restart deploy/sts xxx
No comments to display
No comments to display