-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: Assign PodStore from Pod resource until cell migration is completed #34090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bf5d1ca
to
d6054b5
Compare
d6054b5
to
ee91744
Compare
/test |
/ci-ginkgo |
Fixes cilium#32713 PodNodeNameIndex is added to the Pod watcher in operatorK8s.Resource. This will be refactored once `ciliumNodeSynchronizer` is migrated to a cell. Signed-off-by: Dorde Lapcevic <dordel@google.com>
ee91744
to
054924f
Compare
/test |
/ci-ginkgo |
/ci-runtime |
Hi @tommyp1ckles, could we please merge this? |
Hi @joamaki, could we please merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, changes look good to me, thanks for the fix 😄
@dlapcevic Does this need to be backported to v1.16? |
Yes. It was reported in v1.15, so it should be backported there too. #32713 |
👋 Could this be included with the |
@jaredledvina It's not obvious to me how difficult the backport would be to v1.15 given the scope of changes to the code base since then compared to today. Going off of https://docs.cilium.io/en/v1.15/contributing/release/backports/#id1, I'm not sure if this would be considered a major bug. Otherwise, we'd recommend upgrading to the latest OSS version (v1.16). |
Ah okay, we're trying to upgrade to 1.15 currently. There's concern that we might be losing Surge Allocation because of this bug. 1.16 will be a ways off until we can finish getting to 1.15 so if a backport is doable that'd be much appreciated. |
I actually went ahead and did the PR for the 1.15 backport: #35419 |
I'm a bit confused because this pull request is labeled as |
Fixes: #32713
Changes:
PodNodeNameIndex
is added to the Pod watcher inoperatorK8s.PodResource
.This will be refactored once
ciliumNodeSynchronizer
is migrated to a cell.Signed-off-by: Dorde Lapcevic <dordel@google.com>