-
Notifications
You must be signed in to change notification settings - Fork 586
[WIP]just for build pr No overlay mode resolved #2636
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
base: master
Are you sure you want to change the base?
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @zhaozhanqi! Some important instructions when contributing to openshift/api: |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
37706f2 to
5cb2732
Compare
5cb2732 to
30055c2
Compare
This commit introduces API changes to support OVN-Kubernetes no-overlay mode for the default network, where the cluster default network operates without overlay encapsulation (Geneve). API changes (operator.openshift.io/v1): - Added defaultNetworkTransport field to OVNKubernetesConfig (NoOverlay or Geneve) - Added defaultNetworkNoOverlayOptions with outboundSNAT and routing configuration - Added bgpManagedConfig for BGP configuration when routing is managed - All no-overlay fields are immutable after cluster creation Added feature gate (TechPreviewNoUpgrade) for NoOverlayMode within the Networking/ovn-kubernetes component. Ran these commands to update autogenerated source files: $ hack/update-codegen-crds.sh $ hack/update-swagger-docs.sh $ hack/update-payload-featuregates.sh Openshift enhancement for this feature: openshift/enhancements#1859 Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
This commit introduces API changes to support OVN-Kubernetes no-overlay mode for the default network, where the cluster default network operates without overlay encapsulation (Geneve). API changes (operator.openshift.io/v1): - Added defaultNetworkTransport field to OVNKubernetesConfig (NoOverlay or Geneve) - Added defaultNetworkNoOverlayOptions with outboundSNAT and routing configuration - Added bgpManagedConfig for BGP configuration when routing is managed - All no-overlay fields are immutable after cluster creation Added feature gate (TechPreviewNoUpgrade) for NoOverlayMode within the Networking/ovn-kubernetes component. Ran these commands to update autogenerated source files: $ hack/update-codegen-crds.sh $ hack/update-swagger-docs.sh $ hack/update-payload-featuregates.sh Openshift enhancement for this feature: openshift/enhancements#1859 Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
30055c2 to
469c271
Compare
No description provided.