Skip to content

Conversation

@alebedev87
Copy link
Contributor

This PR aims at bringing an early warning about the fact that the ingress capability should be enabled. This PR is additional to openshift/cluster-version-operator#946 which always enables the ingress capability on any cluster managed by CVO.

Initial EP: https://github.com/openshift/enhancements/blob/master/enhancements/ingress/optional-ingress-hypershift.md.

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 30, 2024
@openshift-ci-robot
Copy link
Contributor

@alebedev87: This pull request references Jira Issue OCPBUGS-33793, which is invalid:

  • expected the bug to target the "4.17.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This PR aims at bringing an early warning about the fact that the ingress capability should be enabled. This PR is additional to openshift/cluster-version-operator#946 which always enables the ingress capability on any cluster managed by CVO.

Initial EP: https://github.com/openshift/enhancements/blob/master/enhancements/ingress/optional-ingress-hypershift.md.

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.

@openshift-ci openshift-ci bot requested review from andfasano and sadasu May 30, 2024 09:30
@alebedev87
Copy link
Contributor Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 30, 2024
@openshift-ci-robot
Copy link
Contributor

@alebedev87: This pull request references Jira Issue OCPBUGS-33793, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.17.0) matches configured target version for branch (4.17.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @jinyunma

Details

In response to this:

/jira refresh

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.

@openshift-ci openshift-ci bot requested a review from jinyunma May 30, 2024 12:29
@alebedev87
Copy link
Contributor Author

/retest

Copy link
Contributor

Choose a reason for hiding this comment

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

Ingress capability should be always enabled in standalone ocp, not only on IPI, UPI should also be considered.
perhaps this check should be added into installconfig validation, https://github.com/openshift/installer/blob/master/pkg/types/validation/installconfig.go#L195?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, that may be more appropriate place for the validation.

Copy link
Contributor

Choose a reason for hiding this comment

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

In UPI, users can provide their own ingress and not use the ingress operator: https://docs.openshift.com/container-platform/4.15/installing/installing_aws/installing-aws-user-infra.html#installation-user-infra-generate-k8s-manifest-ignition_installing-aws-user-infra

I think it makes sense to only enforce this check for IPI

Copy link
Contributor Author

Choose a reason for hiding this comment

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

From what I can see the users can set up the network load balancer and the dns records. Both of them are required to send the network traffic to the ingresscontroller (router). The latter is still deployed (we can see this in the commands oc -n openshift-ingress get service router-default). The router is a part of the ingress capability. So if it would be disabled I don't understand where the setup NLB and DNS would send the traffic to.

Copy link
Contributor

Choose a reason for hiding this comment

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

Makes sense, only the DNS records can be user provisioned. Thanks!

@alebedev87 alebedev87 force-pushed the OCPBUGS-33793 branch 2 times, most recently from 9db8d23 to 3b16fa0 Compare May 31, 2024 10:00
@alebedev87 alebedev87 changed the title OCPBUGS-33793: Make Ingress capability required for IPI OCPBUGS-33793: Make Ingress capability required for snatdalone OpenShift May 31, 2024
@alebedev87 alebedev87 changed the title OCPBUGS-33793: Make Ingress capability required for snatdalone OpenShift OCPBUGS-33793: Make Ingress capability required for standalone OpenShift May 31, 2024
Copy link
Contributor

@pawanpinjarkar pawanpinjarkar left a comment

Choose a reason for hiding this comment

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

/lgtm

@pawanpinjarkar
Copy link
Contributor

/cherry-pick release-4.16

@openshift-cherrypick-robot

@pawanpinjarkar: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you.

Details

In response to this:

/cherry-pick release-4.16

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.

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 31, 2024
@patrickdillon
Copy link
Contributor

/approve

@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 31, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: patrickdillon

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 May 31, 2024
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 31, 2024

@alebedev87: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-e2e-aws-ovn-upgrade fe472ec link false /test okd-e2e-aws-ovn-upgrade

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

@openshift-merge-bot openshift-merge-bot bot merged commit 3ee2719 into openshift:master May 31, 2024
@openshift-ci-robot
Copy link
Contributor

@alebedev87: Jira Issue OCPBUGS-33793: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-33793 has been moved to the MODIFIED state.

Details

In response to this:

This PR aims at bringing an early warning about the fact that the ingress capability should be enabled. This PR is additional to openshift/cluster-version-operator#946 which always enables the ingress capability on any cluster managed by CVO.

Initial EP: https://github.com/openshift/enhancements/blob/master/enhancements/ingress/optional-ingress-hypershift.md.

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.

@openshift-cherrypick-robot

@pawanpinjarkar: new pull request created: #8519

Details

In response to this:

/cherry-pick release-4.16

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.

@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-installer-altinfra-container-v4.17.0-202406010114.p0.g3ee2719.assembly.stream.el9 for distgit ose-installer-altinfra.
All builds following this will include this PR.

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. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants