ROX-33465: Rework openshift auto-sensing in Helm chart#19482
ROX-33465: Rework openshift auto-sensing in Helm chart#19482mclasmeier wants to merge 3 commits intomasterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at 67a6276. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19482 +/- ##
=======================================
Coverage 49.25% 49.26%
=======================================
Files 2725 2726 +1
Lines 205582 205626 +44
=======================================
+ Hits 101268 101310 +42
Misses 96780 96780
- Partials 7534 7536 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9d45c67 to
219d34f
Compare
|
@mclasmeier: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Description
The auto-sensing for openshift is completely reorganized.
It now contains an additional (higher-priority) check for the
config.openshift.io/v1API (CRD based, hence more reliable).I had to keep the remaining logic because we also support OpenShift 3 and
config.openshift.io/v1is OpenShift 4-only.The new code structure allows improved logs in case we have a discrepancy between the auto-sensed cluster type and what the user has specified.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!