我在 Openshift 中有一个 StatefulSet,它不断重启,但只在一个节点上。我在 POD 日志中看不到任何内容。在/var/log/message
s 中,我只看到容器正在重新启动、卷已卸载等消息以及一些更神秘的消息'error: Container is already stopped'
和'cleanup: failed to unmount secrets: invalid argument'
.
但是,当我查看 StatefulSet 的 Yaml 时,我看到以下内容:
status:
collisionCount: 1
currentReplicas: 1
我想这才是真正的原因。
但是我怎样才能找出是什么导致了这种碰撞呢?