-
Notifications
You must be signed in to change notification settings - Fork 192
Update the KR plugin to implement the new TKR API v1alpha3 #2242
Conversation
Cluster Generation A/B Results: |
d2a186a
to
6840d51
Compare
Cluster Generation A/B Results: |
6840d51
to
a727f9f
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.
Thanks! LGTM.
I added a couple very minor comments: mostly stylistic.
Feel free to either fix or ignore.
a727f9f
to
84654fa
Compare
Cluster Generation A/B Results: |
- Added a feature flag "features.global.tkr-version-v1alpha3-beta" (with default set to disabled) to enable KR plugin for new TKR API v1alpha3. - "available-upgrades" subcommand would not be available for TKR API version v1alpha3 as UpdatesAvailable condition will be removed in v1alpha3 - Deprecated the below methods from tkgctl interface,user can use go-client to perform these operations i)GetTanzuKubernetesReleases ii)ActivateTanzuKubernetesReleases iii)DeactivateTanzuKubernetesReleases Signed-off-by: PremKumar Kalle <pkalle@vmware.com>
84654fa
to
7facf4a
Compare
Cluster Generation A/B Results: |
i)GetTanzuKubernetesReleases
ii)ActivateTanzuKubernetesReleases
iii)DeactivateTanzuKubernetesReleases
Signed-off-by: PremKumar Kalle pkalle@vmware.com
What this PR does / why we need it
Update the
kubernetes release
plugin to implement the new TKR API v1alpha3Which issue(s) this PR fixes
Fixes #1924
Describe testing done for PR
set the feature flag using
tanzu config set features.global.tkr-version-v1alpha3-beta true
Later performed
Release note
PR Checklist
Additional information
Special notes for your reviewer