Skip to content

Conversation

@Miciah
Copy link

@Miciah Miciah commented Oct 13, 2022

No description provided.

miheer and others added 3 commits October 13, 2022 05:29
The cluster ingress config object can now specify the AWS ELB type that was
specified when installing the cluster. The ingress operator will refer to
this object whenever someone deletes the default ingresscontroller and the
operator has to recreate it.
Before this commit, the operator would always set the default ELB type
(Classic ELB) when creating the default ingresscontroller.
Fixes https://issues.redhat.com/browse/NE-975

- `pkg/operator/operator.go`: Check if infrastructure object was set with
the LB type "NLB" and create the ingresscontroller accordingly.
- `pkg/operator/ingress/controller.go`: setDefaultPublishingStrategy refactoring.
Introduce a new setDefaultPublishingStrategy function to simplify
setDefaultPublishingStrategy, correct the defaulting behavior when
status.endpointPublishingStrategy is nil.
- `pkg/operator/controller/ingress/controller_test.go`: Add some test cases to
TestSetDefaultPublishingStrategySetsPlatformDefaults, and revert some
changes to TestSetDefaultPublishingStrategyHandlesUpdates.

Modified-by: Grant Spence <[email protected]>
Bump to github.com/openshift/api@24ee13c10f3bf7c3320392ba687a5a42bb3c04c4
to get ingresses.config.openshift.io with the correctly capitalized
spec.loadBalancer field name.

* go.mod: Update.
* go.sum:
* vendor/github.com/openshift/api/*:
* vendor/modules.txt: Regenerate.
github.com/google/go-cmp v0.5.8
github.com/kevinburke/go-bindata v3.11.0+incompatible
github.com/openshift/api v0.0.0-20220907152121-48d78630feb3
github.com/openshift/api v0.0.0-20220927015011-24ee13c10f3b
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Miheer original vendor the merge commit github.com/openshift/api v0.0.0-20220929023536-18c298295790 but look like you took the individual commit. Does that matter?

@gcs278
Copy link
Owner

gcs278 commented Oct 13, 2022

Miheer took care of the merge so closing this. thanks.

@gcs278 gcs278 closed this Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants