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.13 Backports 2023-08-03 #27239

Merged
merged 6 commits into from Aug 4, 2023
Merged

Conversation

sayboras
Copy link
Member

@sayboras sayboras commented Aug 3, 2023

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

for pr in 26744 27122 27090 27172; do contrib/backporting/set-labels.py $pr done 1.13; done

or with

make add-labels BRANCH=v1.13 ISSUES=26744,27122,27090,27172

rickysumho and others added 6 commits August 3, 2023 09:31
[ upstream commit fded1ab ]

We want to block any configurations that enable ingress controllers when using delegated IPAM.
Cilium allocates its own IP address for sending and differentiating ingress traffic, which is
not possible with delegated IPAM. This change will provide a clearer error message for this.

Signed-off-by: Ricky Ho <horicky78@gmail.com>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
[ upstream commit 685439c ]

We recently added a call to "sed" in Documentation's Makefile, as part
of the generation process for the Helm reference. We use the "-i" option
to edit the file in-place; but this option is not portable, and the
command fails when running BSD versions of sed, for example on MacOS, as
opposed to GNU sed.

We have two options to fix this: using $(SED), which is set to gsed when
available, and using an additional temporary file. Let's use both to
have the Makefile as portable as possible.

Fixes: 2e9b20f ("docs: Ignore Helm value names for spellcheck")
Reported-by: Liz Rice <liz@lizrice.com>
Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
[ upstream commit 6f19a80 ]

Adds docs for changing IPAM mode and cluster pool CIDR settings.

Signed-off-by: darox <maderdario@gmail.com>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
[ upstream commit f50c51a ]

Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
Signed-off-by: Dario Mader <maderdario@gmail.com>
[ upstream commit 953b26f ]

Co-authored-by: Joe Stringer <joestringernz@gmail.com>
Signed-off-by: Dario Mader <maderdario@gmail.com>
[ upstream commit 8f4c98b ]

The use of a /9 here as an example instead of the /8 was confusing
various users. Reuse the /8 instead.

Signed-off-by: Joe Stringer <joe@cilium.io>
Signed-off-by: Tam Mach <tam.mach@cilium.io>
@sayboras sayboras added kind/backports This PR provides functionality previously merged into master. backport/1.13 This PR represents a backport for Cilium 1.13.x of a PR that was merged to main. labels Aug 3, 2023
@sayboras sayboras marked this pull request as ready for review August 3, 2023 09:53
@sayboras sayboras requested a review from a team as a code owner August 3, 2023 09:53
@sayboras
Copy link
Member Author

sayboras commented Aug 3, 2023

/test-backport-1.13

@sayboras
Copy link
Member Author

sayboras commented Aug 4, 2023

Most of the reviews are in, CIs are all good, marking this ready to merge.

@sayboras sayboras added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 4, 2023
@dylandreimerink dylandreimerink merged commit 70ee62d into v1.13 Aug 4, 2023
119 of 121 checks passed
@dylandreimerink dylandreimerink deleted the pr/v1.13-backport-2023-08-03 branch August 4, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.13 This PR represents a backport for Cilium 1.13.x of a PR that was merged to main. 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

6 participants