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
Describe the bug
Currently, NumaflowControllerRollout recociler presumes that any Pipelines in its namespace are owned by a PipelineRollout. ISBServiceRollout reconciler assumes that any Pipelines on the isbsvc are owned by a PipelineRollout as well.
They will wait for all of these Pipelines to pause; however any Pipeline not owned by a PipelineRollout will never be told this and so it will never pause.
Therefore, we should fix the calls (here and here) to only look for those which are labeled with a PipelineRollout label. (we need to add that label if it's not already there by the time this gets worked on)
Message from the maintainers:
Impacted by this bug? Give it a 👍. We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, NumaflowControllerRollout recociler presumes that any Pipelines in its namespace are owned by a PipelineRollout. ISBServiceRollout reconciler assumes that any Pipelines on the isbsvc are owned by a PipelineRollout as well.
They will wait for all of these Pipelines to pause; however any Pipeline not owned by a PipelineRollout will never be told this and so it will never pause.
Therefore, we should fix the calls (here and here) to only look for those which are labeled with a PipelineRollout label. (we need to add that label if it's not already there by the time this gets worked on)
Message from the maintainers:
Impacted by this bug? Give it a 👍. We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: