Skip to content

Fixed invalid option of timeout command

Jubel Han requested to merge jubel-han/CNG:master into master

The redis-ha service can't start with GitLab Helm Chart, due to the following issue:

There is no -t option for the timeout command in the redis-ha container.

The redis-ha pod logs:

+ true
+ master=10.15.247.147
+ timeout -t 3 redis-cli -a xxx -h 10.15.247.147 -p 6379 INFO
timeout: invalid option -- 't'
Try 'timeout --help' for more information.

P.S: can not create the issue for this project.

Merge request reports