-
Notifications
You must be signed in to change notification settings - Fork 192
Support air-gapped scenario for context-scoped plugins to allow registry override #2937
Support air-gapped scenario for context-scoped plugins to allow registry override #2937
Conversation
Cluster Generation A/B Results: |
440d37e
to
357fad7
Compare
Cluster Generation A/B Results: |
357fad7
to
ec5d050
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.
LGTM
ec5d050
to
0ba06ac
Compare
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.
lgtm, thanks!
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #2937 +/- ##
==========================================
+ Coverage 42.73% 44.00% +1.27%
==========================================
Files 404 416 +12
Lines 40145 41847 +1702
==========================================
+ Hits 17154 18414 +1260
- Misses 21382 21712 +330
- Partials 1609 1721 +112
Continue to review full report at Codecov.
|
0ba06ac
to
93572b4
Compare
Cluster Generation A/B Results: |
93572b4
to
0aa1fb8
Compare
Cluster Generation A/B Results: |
- This will allow admins to create a configMap on the server to point the context-scoped OCI based plugins to point to different image registry instead of the registry mentioned as part of CLIPlugin resource - To do that admin need to create a configmap on the management-cluster with a specific label `cli.tanzu.vmware.com/cliplugin-image-repository-override` Signed-off-by: Anuj Chaudhari <anujc@vmware.com>
0aa1fb8
to
3409f85
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.
lgtm
What this PR does / why we need it
the context-scoped OCI based plugins to point to different image
registry instead of the registry mentioned as part of CLIPlugin
resource
with a specific label
cli.tanzu.vmware.com/cliplugin-image-repository-override
intanzu-cli-system
namespaceWhich issue(s) this PR fixes
Fixes #2936
Describe testing done for PR
projects.registry.vmware.com/tkg
registry.tanzu plugin list
tanzu plugin sync
tanzu plugin install cluster
Release note
PR Checklist
Additional information
Special notes for your reviewer