Skip to content

Commit 7df4580

Browse files
wangzihao3Kiran Mova
authored andcommitted
fix(arm): Modify pgrep argument in localpv liveliness of arm version
although pgrep -f .*localpv return 1 in the container, liveliness probe still fail and will cause the pod restart. Signed-off-by: wangzihao <wangzihao18@huawei.com>
1 parent ecadf24 commit 7df4580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openebs-operator-arm-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ spec:
565565
livenessProbe:
566566
exec:
567567
command:
568-
- pgrep -f
569-
- ".*localpv"
568+
- pgrep
569+
- ".*provisioner"
570570
initialDelaySeconds: 30
571571
periodSeconds: 60
572572
---

0 commit comments

Comments
 (0)