[Backport release-1.6] fix(kubeovn-webhook): restrict the webhook port to the API server - #3975
Merged
Merged
Conversation
Author
|
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-3955-to-release-1.6
git worktree add --checkout .worktree/backport-3955-to-release-1.6 backport-3955-to-release-1.6
cd .worktree/backport-3955-to-release-1.6
git reset --hard HEAD^
git cherry-pick -x cdc34d6e344585050643248cf553f0f3635522be 6663c44dd52fad28c80b0f1d1feb4234a11aef63 a7cef35d88ac1c410cb63b70f7279e0fe132e765
git push --force-with-lease |
11 tasks
Backport of #3955. The automated cherry-pick carried only the first commit of that PR and committed the values.yaml conflict, so this resolution brings the branch to what actually merged to main: the port comes from a single helper feeding the container port, the Service targetPort and the policy, the rationale sits in template comments rather than being rendered into every manifest, and the dead egress default-deny toggle is gone. Two deliberate differences from main. The image stays on the digest this release line already ships rather than main's older one, and the --client-ca-file argument is left out along with the values key it reads: both belong to #2698, which was never backported here, and the image on this line does not take the flag. Assisted-By: Claude Signed-off-by: Andrei Kvapil <[email protected]>
Andrei Kvapil (kvaps)
marked this pull request as ready for review
August 27, 2026 16:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #3955 to
release-1.6.