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
61 stars 53 forks source link

πŸ“– Add CRD Upgrade Safety documentation #1090

Closed trgeiger closed 2 months ago

trgeiger commented 2 months ago

Description

Closes #746

Reviewer Checklist

netlify[bot] commented 2 months ago

Deploy Preview for olmv1 ready!

Name Link
Latest commit bb019fdfcd7cb98ea4d6acbe25e3f98fc44c216b
Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66b4d7c9aac58400080e7cf4
Deploy Preview https://deploy-preview-1090--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.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 75.23%. Comparing base (2554b83) to head (bb019fd). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1090 +/- ## ========================================== - Coverage 75.31% 75.23% -0.09% ========================================== Files 31 35 +4 Lines 1904 1914 +10 ========================================== + Hits 1434 1440 +6 - Misses 327 331 +4 Partials 143 143 ``` | [Flag](https://app.codecov.io/gh/operator-framework/operator-controller/pull/1090/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/1090/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `57.36% <ΓΈ> (-0.25%)` | :arrow_down: | | [unit](https://app.codecov.io/gh/operator-framework/operator-controller/pull/1090/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=operator-framework) | `50.73% <ΓΈ> (+1.04%)` | :arrow_up: | 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.

trgeiger commented 2 months ago

The example error output doesn't wrap, should I just manually place some line breaks so it's not such a long horizontal scroll?