Kubectl 跟踪日志直到完成或超时

发布于 2025-01-11 02:35:48 字数 298 浏览 0 评论 0原文

运行作业后,我想跟踪其日志,直到它完成或在 bash 脚本中指定的超时之后。

这可以通过以下方式完成:

kubectl wait --for=condition=complete --timeout=30s job/data-job-name
kubectl logs job/data-job-name

上述唯一的问题是超时会导致失败,这意味着 kubectl logs 命令永远不会运行。

我怎样才能做到这一点?

After I run a job, I'd like to follow its logs until it either completes or after a specified timeout in a bash script.

This can kind of be accomplished with the following:

kubectl wait --for=condition=complete --timeout=30s job/data-job-name
kubectl logs job/data-job-name

The only problem with the above is that the timeout causes a failure, meaning the kubectl logs command never runs.

How can I accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文