I'm trying to update livenessprobe for the linstor-satellite container but it's not being patched.
For example, my linstor satellite config has this liveness probe set;
livenessProbe:
exec:
command:
- /bin/bash
- -c
- /entrypoint/liveness-script.sh
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
but the satellite pods are still showing;
livenessProbe:
failureThreshold: 3
periodSeconds: 10
successThreshold: 1
tcpSocket:
port: linstor
timeoutSeconds: 1
I'm trying to update livenessprobe for the linstor-satellite container but it's not being patched.
For example, my linstor satellite config has this liveness probe set;
but the satellite pods are still showing;