我想使用 crontab 在 kubernetes 中自动运行 helm 的 file.sh,但是当 file.sh 运行时,仍然有日志但 helm 命令没有运行,有谁可以帮助我,谢谢这是我的 crontab 设置:
* * * * * cd /home/x/internet-update && bash internet-crawler-update.sh >> /home/x/deploy1.log
我想使用 crontab 在 kubernetes 中自动运行 helm 的 file.sh,但是当 file.sh 运行时,仍然有日志但 helm 命令没有运行,有谁可以帮助我,谢谢这是我的 crontab 设置:
* * * * * cd /home/x/internet-update && bash internet-crawler-update.sh >> /home/x/deploy1.log