Skip to content
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

[release-1.11] Fix an issue where getReadyIngresses was not loading ready ingresses at startup #1081

Conversation

knative-prow-robot
Copy link

This is an automated cherry-pick of #1079

Fix an issue where kourier was not reloading ingresses at startup

Indeed, we can't use label selector as kourier class is not a label, but an annotation. As a result, kourier does not sync ingresses at startup
@knative-prow knative-prow bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 31, 2023
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #1081 (0a3a7d4) into release-1.11 (5e4fd61) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           release-1.11    #1081   +/-   ##
=============================================
  Coverage         80.95%   80.95%           
=============================================
  Files                18       18           
  Lines              1355     1355           
=============================================
  Hits               1097     1097           
  Misses              205      205           
  Partials             53       53           

@xtreme-vikram-yadav
Copy link

xtreme-vikram-yadav commented Jul 31, 2023

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2023
@nak3
Copy link
Contributor

nak3 commented Aug 1, 2023

/lgtm
/approve

@knative-prow
Copy link

knative-prow bot commented Aug 1, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: knative-prow-robot, nak3, xtreme-vikram-yadav

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

The pull request process is described here

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

@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 1, 2023
@knative-prow knative-prow bot merged commit a48c118 into knative-extensions:release-1.11 Aug 1, 2023
17 checks passed
openshift-merge-robot pushed a commit to openshift-knative/net-kourier that referenced this pull request Aug 2, 2023
* [release-1.11] Fix an issue where getReadyIngresses was not loading ready ingresses at startup (knative-extensions#1081)

* Update getReadyIngresses to load ingresses at startup

Indeed, we can't use label selector as kourier class is not a label, but an annotation. As a result, kourier does not sync ingresses at startup

* Explain KUBE_API_BURST and KUBE_API_QPS

---------

Co-authored-by: norbjd <[email protected]>

* Sync upstream release

---------

Co-authored-by: Knative Prow Robot <[email protected]>
Co-authored-by: norbjd <[email protected]>
Co-authored-by: John Doe <johndoe@localhost>
Co-authored-by: nak3 <[email protected]>
openshift-merge-robot pushed a commit to openshift-knative/net-kourier that referenced this pull request Sep 14, 2023
* [release-1.11] Fix an issue where getReadyIngresses was not loading ready ingresses at startup (knative-extensions#1081)

* Update getReadyIngresses to load ingresses at startup

Indeed, we can't use label selector as kourier class is not a label, but an annotation. As a result, kourier does not sync ingresses at startup

* Explain KUBE_API_BURST and KUBE_API_QPS

---------

Co-authored-by: norbjd <[email protected]>

* Do not use informer for startupTranslator (knative-extensions#1109)

Co-authored-by: Kenjiro Nakayama <[email protected]>

---------

Co-authored-by: Knative Prow Robot <[email protected]>
Co-authored-by: norbjd <[email protected]>
Co-authored-by: Kenjiro Nakayama <[email protected]>
Co-authored-by: John Doe <johndoe@localhost>
openshift-ci bot pushed a commit to openshift-knative/net-kourier that referenced this pull request Oct 13, 2023
* [release-1.11] Fix an issue where getReadyIngresses was not loading ready ingresses at startup (knative-extensions#1081)

* Update getReadyIngresses to load ingresses at startup

Indeed, we can't use label selector as kourier class is not a label, but an annotation. As a result, kourier does not sync ingresses at startup

* Explain KUBE_API_BURST and KUBE_API_QPS

---------

Co-authored-by: norbjd <[email protected]>

* Do not use informer for startupTranslator (knative-extensions#1109)

Co-authored-by: Kenjiro Nakayama <[email protected]>

* Leave a comment which will trigger a new dot release (knative-extensions#1134)

Co-authored-by: Reto Lehmann <[email protected]>

* [release-1.11] bump x/net to v0.17 (knative-extensions#1137)

---------

Co-authored-by: Knative Prow Robot <[email protected]>
Co-authored-by: norbjd <[email protected]>
Co-authored-by: Kenjiro Nakayama <[email protected]>
Co-authored-by: Reto Lehmann <[email protected]>
Co-authored-by: John Doe <johndoe@localhost>
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. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants