You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2024. It is now read-only.
Our diff logic that decides whether or not to replace an unpack pod is not working correctly. When rukpak is deployed in a cluster with a pod mutation webhook that affects the unpack pod, we currently see those unrelated pod mutations as diffs and decide we need to re-create the pod, which results in those same mutations, which results in our re-spinning the pod... and the cycle continues forever.
Our diff logic that decides whether or not to replace an unpack pod is not working correctly. When rukpak is deployed in a cluster with a pod mutation webhook that affects the unpack pod, we currently see those unrelated pod mutations as diffs and decide we need to re-create the pod, which results in those same mutations, which results in our re-spinning the pod... and the cycle continues forever.