-
Notifications
You must be signed in to change notification settings - Fork 585
NE-1303: cluster version: add ingress capability #1516
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
NE-1303: cluster version: add ingress capability #1516
Conversation
|
Hello @alebedev87! Some important instructions when contributing to openshift/api: |
68f9c56 to
66653ad
Compare
66653ad to
82239db
Compare
|
I had a question on the operator PR about whether the |
|
/assign |
|
@alebedev87: This pull request references NE-1303 which is a valid jira issue. DetailsIn 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/test-infra repository. |
|
@alebedev87: This pull request references NE-1303 which is a valid jira issue. DetailsIn 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/test-infra repository. |
|
@Miciah : you are right. The ingress manifests should be updated in this repository. I created openshift/cluster-ingress-operator#950 according to how to implement a new capability to check the behavior of the CI presubmit jobs when |
operator v1: annotate ingresscontroller with ingress capability operatoringress v1: annotate dnsrecord with ingress capability
82239db to
ee31fd8
Compare
|
@alebedev87: This pull request references NE-1303 which is a valid jira issue. DetailsIn 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/test-infra repository. |
|
@alebedev87: This pull request references NE-1303 which is a valid jira issue. DetailsIn 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/test-infra repository. |
|
/lgtm |
|
@alebedev87: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87, bparees, Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Enhancement Proposal: openshift/enhancements#1415.
This PR introduces a new
Ingresscluster capability which allows to enable or disable the default ingress of the OpenShift cluster: the cluster ingress operator and its custom resources. As of now theIngresscapability is added to 4.14 capabilityset. This is a subject to change if the underlying epic changes the target version.Also, 2 CRDs managed by the cluster ingress operator are annotated with
Ingresscapability:IngressController,DNSRecord.