Add enable-udn-arp-proxy and enable-udn-ndp-proxy config overrides - #3085
Add enable-udn-arp-proxy and enable-udn-ndp-proxy config overrides#3085jcaamano wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcaamano The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: true✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
f78f6c4 to
0659341
Compare
Allow toggling enable-udn-arp-proxy and enable-udn-ndp-proxy through the ovn-kubernetes-config-overrides ConfigMap. The values are rendered into the [default] section of the ovnkube-config ConfigMap for both self-hosted and managed (node-only) deployments. Assisted-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
0659341 to
f86a9a6
Compare
Allow toggling enable-udn-arp-proxy and enable-udn-ndp-proxy through the ovn-kubernetes-config-overrides ConfigMap. The values are validated as booleans and rendered into the [default] section of the ovnkube-config ConfigMap for both self-hosted and managed (node-only) deployments.