operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
50 stars 53 forks source link

✨ Helper script for a podman kind cluster with an image registry #863

Closed itroyano closed 4 months ago

itroyano commented 4 months ago

Description

Adding a helper script for a podman-based kind cluster with an image registry. This should help local testing by speeding up initial setup, required for running Tilt.

Reviewer Checklist

netlify[bot] commented 4 months ago

Deploy Preview for olmv1 ready!

Name Link
Latest commit 508718e9484e8b59c96c6d501ff129682f7b5e26
Latest deploy log https://app.netlify.com/sites/olmv1/deploys/664e02efc2dc7a000896be81
Deploy Preview https://deploy-preview-863--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.

bentito commented 4 months ago

Maybe it's time to create a dev dir or put this hack? Just I think the main dir is getting pretty crowded with single files.

bentito commented 4 months ago

Other than where to put it, script lgtm

itroyano commented 4 months ago

Agree @bentito. I'll also add a md file in there now.

bentito commented 4 months ago

/lgtm

itroyano commented 4 months ago

@bentito added a couple changes -

  1. dev folder
  2. the gist as a readme md
bentito commented 4 months ago

/lgtm

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.18%. Comparing base (0db4b93) to head (508718e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #863 +/- ## ======================================= Coverage 83.18% 83.18% ======================================= Files 15 15 Lines 874 874 ======================================= Hits 727 727 Misses 102 102 Partials 45 45 ``` | [Flag](https://app.codecov.io/gh/operator-framework/operator-controller/pull/863/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | Coverage Δ | | |---|---|---| | [e2e](https://app.codecov.io/gh/operator-framework/operator-controller/pull/863/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `62.24% <ø> (ø)` | | | [unit](https://app.codecov.io/gh/operator-framework/operator-controller/pull/863/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `74.93% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.