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

Consume IngressEndpoint from status #607

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

masonj5n
Copy link
Member

@masonj5n masonj5n commented Mar 12, 2025

What

We're moving ingress endpoints to be something that's always provided by the ngrok api instead of something configurable by the user. This change starts using the ingress endpoint that's set on the KubernetesOperator status instead of the one on the spec.

We'll (eventually) remove it from the spec and chart.

How

Get the ingress url off the status instead of spec.

Breaking Changes

If you have a very old operator that hasn't ever gotten the ingress endpoint from the API it may stop working, but any update from the controller should fill it in.

@masonj5n masonj5n requested a review from a team as a code owner March 12, 2025 22:40
@github-actions github-actions bot added the area/controller Issues dealing with the controller label Mar 12, 2025
@masonj5n masonj5n marked this pull request as draft March 12, 2025 22:41
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 76.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 27.08%. Comparing base (2d0e7b9) to head (c28e4ab).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ternal/controller/bindings/forwarder_controller.go 76.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #607      +/-   ##
==========================================
+ Coverage   26.99%   27.08%   +0.08%     
==========================================
  Files          92       92              
  Lines       14604    14627      +23     
==========================================
+ Hits         3943     3962      +19     
- Misses      10435    10439       +4     
  Partials      226      226              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@masonj5n masonj5n force-pushed the mason/consume-ingress-endpoint-from-status branch from 1b3f175 to 4aee420 Compare March 21, 2025 22:17
@masonj5n masonj5n force-pushed the mason/consume-ingress-endpoint-from-status branch from 4aee420 to 5155270 Compare March 21, 2025 22:27
@masonj5n masonj5n marked this pull request as ready for review March 21, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controller Issues dealing with the controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant