-
Notifications
You must be signed in to change notification settings - Fork 192
Management cluster plugin: Add support for extra manifests #3886
Conversation
Cluster Generation A/B Results: |
21752c1
to
c9b0d56
Compare
Cluster Generation A/B Results: |
c9b0d56
to
af2a048
Compare
Cluster Generation A/B Results: |
af2a048
to
4e1decb
Compare
Cluster Generation A/B Results: |
Allows extra directory of manifests to be applied at bootstrap. To be used as an escape hatch for custom TKrs. Co-authored-by: Fang Han <fhan@vmware.com> Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
4e1decb
to
1518a16
Compare
Cluster Generation A/B Results: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM
There are still failed checks. |
Codecov Report
@@ Coverage Diff @@
## main #3886 +/- ##
==========================================
- Coverage 46.93% 46.03% -0.90%
==========================================
Files 402 427 +25
Lines 40203 41780 +1577
==========================================
+ Hits 18869 19234 +365
- Misses 19582 20781 +1199
- Partials 1752 1765 +13
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
looks like it is flake from CAPD pipeline. it succeeds after retry |
Allows extra directory of manifests to be applied at bootstrap. To be used as an escape hatch for custom TKrs. Co-authored-by: Fang Han <fhan@vmware.com> Signed-off-by: Naadir Jeewa <jeewan@vmware.com> Signed-off-by: Naadir Jeewa <jeewan@vmware.com> Co-authored-by: Naadir Jeewa <jeewan@vmware.com>
What this PR does / why we need it
Required by and cherry-picked from the Oracle Support, #3557, documented in #3600
This PR allows extra directory of manifests to be applied at bootstrap. To be used as an escape hatch for custom TKrs.
Co-authored-by: Fang Han fhan@vmware.com
Signed-off-by: Naadir Jeewa jeewan@vmware.com
Example Usage:
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer