Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 GitLab CI/CD 在每次推送到主分支后自动传输代码。那里一切顺利。但是当 Kubernetes 获取代码时,它会抛出以下错误消息:
扩展错误:
我需要一些帮助。
CrashLoopBackoff 错误意味着 GKE 正在尝试启动 Pod,但其中的容器正在崩溃或被终止。
对此没有简单的答案。这是您的应用程序中的特定错误,可能由各种原因引起。您将不得不通过查看日志来调查它。
顺便说一句,我发现了另一个与你的非常相似的线程。