Skip to content

NE-975: Update openshift/api for updated ingress config loadBalancer fields#268

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
gcs278:bump-openshift-api-lbtype
Oct 13, 2022
Merged

NE-975: Update openshift/api for updated ingress config loadBalancer fields#268
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
gcs278:bump-openshift-api-lbtype

Conversation

@gcs278
Copy link
Contributor

@gcs278 gcs278 commented Oct 12, 2022

For NE-975, we need the ingress.config.openshift.io CRD to have the loadBalancer field for specifying loadBalancer type upon installation. See openshift/api#1209, openshift/cluster-ingress-operator#837, and openshift/installer#6478

  • go.mod: Bumped openshift/api to v0.0.0-20220927015011-24ee13c10f3b and also bumped k8s modules to 0.25.2 due to dependency issues (make verify was failing with K8S module conflicts). I also weirdly had to add k8s.io/apiserver v0.25.2 to required, go mod tidy and go mod vendor in order to resolve apiserver related issues. But then go mod tidy removed it from the require section, but the indirect dependency is now 0.25.0. Not sure what was going on.

CC: @miheer @Miciah

@openshift-ci openshift-ci bot requested review from mfojtik and sttts October 12, 2022 22:02
domain:
description: "domain is used to generate a default host name for a route when the route's host name is empty. The generated host name will follow this pattern: \"<route-name>.<route-namespace>.<domain>\". \n It is also used as the default wildcard domain suffix for ingress. The default ingresscontroller domain will follow this pattern: \"*.<domain>\". \n Once set, changing domain is not currently supported."
type: string
loadbalancer:
Copy link

Choose a reason for hiding this comment

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

We're missing openshift/api@24ee13c.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops, done

@gcs278 gcs278 force-pushed the bump-openshift-api-lbtype branch from e227a10 to a759532 Compare October 12, 2022 22:12
@Miciah
Copy link

Miciah commented Oct 12, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 12, 2022
@gcs278
Copy link
Contributor Author

gcs278 commented Oct 12, 2022

/hold
issues with K8S modules, I think I need to bump

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 12, 2022
@gcs278 gcs278 force-pushed the bump-openshift-api-lbtype branch from a759532 to fca9956 Compare October 12, 2022 22:34
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Oct 12, 2022
@Miciah
Copy link

Miciah commented Oct 12, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Oct 12, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 13, 2022

@gcs278: all tests passed!

Full PR test history. Your PR dashboard.

Details

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/test-infra repository. I understand the commands that are listed here.

@gcs278
Copy link
Contributor Author

gcs278 commented Oct 13, 2022

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 13, 2022
@deads2k
Copy link
Contributor

deads2k commented Oct 13, 2022

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 13, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: deads2k, gcs278, Miciah

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 13, 2022
@openshift-merge-robot openshift-merge-robot merged commit 50a0fe7 into openshift:master Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants