-
Notifications
You must be signed in to change notification settings - Fork 252
OCPBUGS-55962: Allow overriding OVN-Kubernetes configuration #2752
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
OCPBUGS-55962: Allow overriding OVN-Kubernetes configuration #2752
Conversation
This PR is to replace #2714, by providing a more generic approach for OVN-K configuration override. |
Should we try to merge the various other one-off ConfigMaps into this one? |
Probably not worth it? Even if unsupported, it would probably be not nice if we just dropped the old config maps without chasing down people or unofficial documentation this might be referenced from? It might be best to just let them be until they are removed. |
428f44a
to
0d41528
Compare
/retest-required |
@pliurh: This pull request references Jira Issue OCPBUGS-55962, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
e2d75dc
to
c46fc16
Compare
/retest-required |
2 similar comments
/retest-required |
/retest-required |
/retest |
3 similar comments
/retest |
/retest |
/retest |
c46fc16
to
cd0925e
Compare
/retest |
/retest-required |
1 similar comment
/retest-required |
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw |
@jcaamano: Overrode contexts on behalf of jcaamano: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/retest |
/retest-required |
/override ci/prow/e2e-ovn-ipsec-step-registry |
@jcaamano: Overrode contexts on behalf of jcaamano: ci/prow/e2e-ovn-ipsec-step-registry In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@pliurh: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
/override ci/prow/e2e-gcp-ovn |
@jcaamano: Overrode contexts on behalf of jcaamano: ci/prow/e2e-gcp-ovn In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test e2e-metal-ipi-ovn-ipv6-ipsec |
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp |
@jcaamano: Overrode contexts on behalf of jcaamano: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-azure-ovn-upgrade In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
76c7185
into
openshift:master
@pliurh: Jira Issue OCPBUGS-55962: Some pull requests linked via external trackers have merged: The following pull requests linked via external trackers have not merged:
These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with Jira Issue OCPBUGS-55962 has not been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
[ART PR BUILD NOTIFIER] Distgit: cluster-network-operator |
/cherry-pick release-4.19 |
@jcaamano: new pull request created: #2781 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This change introduces a mechanism to provide hidden or experimental configuration to OVN-Kubernetes through a ConfigMap. This provides a flexible way to enable advanced or experimental OVN-Kubernetes features without modifying the CNO API.
A new ConfigMap 'ovn-kubernetes-config-overrides', is now read by the operator during the bootstrap process. The key-value data from this ConfigMap is passed down to the OVN-K components.
As an initial implementation, this is used to support the flag 'udn-isolation-mode' which is to enable user to select the UDN isolation mode between 'loose' and 'strict'. If unset, the default mode is 'strict'.