-
Notifications
You must be signed in to change notification settings - Fork 3.4k
docs: Remove stale mention of externalIPs.enabled #41044
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
Commit f37d8a7 does not match "(?m)^Signed-off-by:". Please follow instructions provided in https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin |
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.
Thank you!
Could you please add a bit more context to your commit? Could you have a link to the commit or version notes that removed it in your commit description, for example, please?
We also require that you sign off your commit, as explained in the comment above, please.
@qmonnet Thanks for the review! I’ll update the commit shortly to add more context and a link to the Upgrade Guide. and this commit also I’ll add a DCO sign-off. The docs change will align with the fact that in 1.17.x the Helm chart has already removed these flags and that kube-proxy replacement features are gated by --kube-proxy-replacement=true. |
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.
This is very complete now, thank you!
/test |
The docs still reference Helm flags that are no longer used in recent Cilium Helm charts. Since 1.17.6, these options were removed from the chart, and the kube-proxy replacement features are controlled via --kube-proxy-replacement=true instead. cilium@6a51743 Per the upgrade guide: "The flags --enable-node-port (nodePort.enabled in Helm), --enable-host-port, --enable-external-ips have been deprecated and will be removed in Cilium 1.19. The kube-proxy replacement features will be only enabled when --kube-proxy-replacement is set to true." https://docs.cilium.io/en/stable/operations/upgrade/ This commit updates the docs to remove the stale Helm flags and align the instructions with current behavior. Signed-off-by: nueavv <nuguni@kakao.com>
/test |
@qmonnet, thanks again for reviewing my PR! |
/test |
Correct, only Cilium Committers have write access and can merge to the repository. I was waiting for Dylan to review as well, but from his GitHub status I guess he's on holiday. Let's merge this 🙂 |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #41043