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

✨ expose a nodeport on kind cluster #1021

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

yashoza19
Copy link
Contributor

Description

  • expose a nodeport on kind cluster
  • change image registry service to portforward on port 30000
  • add image repository name for all catalog images

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@yashoza19 yashoza19 requested a review from a team as a code owner July 8, 2024 21:27
Copy link

netlify bot commented Jul 8, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 0bca0c2
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/668c9e4e5ac72e000967b3a0
😎 Deploy Preview https://deploy-preview-1021--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.05%. Comparing base (235e3d4) to head (0bca0c2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1021   +/-   ##
=======================================
  Coverage   78.05%   78.05%           
=======================================
  Files          18       18           
  Lines        1253     1253           
=======================================
  Hits          978      978           
  Misses        193      193           
  Partials       82       82           
Flag Coverage Δ
e2e 56.65% <ø> (ø)
unit 53.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Comment on lines +6 to +10
- containerPort: 30000
hostPort: 30000
listenAddress: "127.0.0.1"
protocol: tcp
Copy link
Member

Choose a reason for hiding this comment

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

Add a comment here as a breadcrumb if we change image registry stuff in the future?

Suggested change
- containerPort: 30000
hostPort: 30000
listenAddress: "127.0.0.1"
protocol: tcp
# e2e image registry service's NodePort
- containerPort: 30000
hostPort: 30000
listenAddress: "127.0.0.1"
protocol: tcp

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. Thanks for catching that.

Signed-off-by: yashoza19 <yoza@redhat.com>
@joelanford joelanford added this pull request to the merge queue Jul 9, 2024
Merged via the queue into operator-framework:main with commit 10ebfdc Jul 9, 2024
16 checks passed
perdasilva pushed a commit to LalatenduMohanty/operator-controller that referenced this pull request Aug 13, 2024
Signed-off-by: yashoza19 <yoza@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants