Skip to content
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

v1.9 backports 2021-04-07 #15597

Merged
merged 1 commit into from Apr 9, 2021

Conversation

christarazi
Copy link
Member

Once this PR is merged, you can update the PR labels via:

$ for pr in 15533; do contrib/backporting/set-labels.py $pr done 1.9; done

[ upstream commit 261fae4 ]

Since commit 4d50ae7 ("cni, routing: Plumb interface number") added
the interface number to the IPAM allocation result to fix a bug in ENI
mode (cilium#14336), Azure has been
broken. However, we were able to avoid issues like pod connectivity
because there was a separate bug with Azure that hid it, which commit
ba06970 ("azure: Add the correct JSON tag to GatewayIP field in
CiliumNode CRD") fixed. Once that was fixed, then we began to see pod
failing to be set up by the CNI (see linked issue below).

The reason this didn't manifest in v1.9.5 even though the ENI fixes were
backported there is because the ba06970 ("azure: Add the correct JSON
tag to GatewayIP field in CiliumNode CRD") is not part of any release
yet. In any case, this commit will need to be backported as the latter
commit (ba06970) is now part of the v1.9 tree.

Fixes: cilium#15496

Signed-off-by: Chris Tarazi <chris@isovalent.com>
@christarazi christarazi requested a review from a team as a code owner April 7, 2021 21:38
@christarazi christarazi added backport/1.9 kind/backports This PR provides functionality previously merged into master. labels Apr 7, 2021
@christarazi
Copy link
Member Author

test-backport-1.9

@pchaigno
Copy link
Member

pchaigno commented Apr 9, 2021

@christarazi
Copy link
Member Author

Seems it is ^.

@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Apr 9, 2021
@pchaigno pchaigno merged commit 2ac8248 into cilium:v1.9 Apr 9, 2021
@christarazi christarazi deleted the pr/v1.9-backport-2021-04-07 branch April 9, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants