-
Notifications
You must be signed in to change notification settings - Fork 192
Conversation
…opic/certmanagerbump
…opic/certmanagerbump
…opic/certmanagerbump
…opic/certmanagerbump
…opic/certmanagerbump
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
…opic/certmanagerbump
Cluster Generation A/B Results: |
…opic/certmanagerbump
Cluster Generation A/B Results: |
@ridavid2002 I think the cert-manager test is failing since the certificate resource being applied is v1alpha2. Could you please change |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
…opic/certmanagerbump
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.
It looks like CAPD integration tests are failing with this error:
• Failure [5.010 seconds]
Addon tests for capd clusters
/home/tanzu/actions-runner/_work/tanzu-framework/tanzu-framework/pkg/v1/tkg/test/tkgctl/docker/docker_addons_test.go:15
should verify cert-manager [It]
/home/tanzu/actions-runner/_work/tanzu-framework/tanzu-framework/pkg/v1/tkg/test/tkgctl/shared/addons.go:55
Unexpected error:
<*meta.NoKindMatchError | 0xc000e7d680>: {
GroupKind: {
Group: "cert-manager.io",
Kind: "Certificate",
},
SearchedVersions: ["v1alpha2"],
}
no matches for kind "Certificate" in version "cert-manager.io/v1alpha2"
occurred
/home/tanzu/actions-runner/_work/tanzu-framework/tanzu-framework/pkg/v1/tkg/test/tkgctl/shared/addons.go:119
This can be because of the change in API version
- apiVersion: cert-manager.io/v1alpha2
+ apiVersion: cert-manager.io/v1
(UPDATE: Just saw @shyaamsn mentioned the changes needed for this and has already been done as part of the PR. But looks like tests are still failing.)
@ridavid2002 Can you please change v1alpha2 to v1 here: https://github.com/vmware-tanzu/tanzu-framework/blob/main/pkg/v1/tkg/test/tkgctl/shared/addons.go#L113 |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Cluster Generation A/B Results: |
Codecov Report
@@ Coverage Diff @@
## main #2490 +/- ##
==========================================
+ Coverage 43.97% 44.03% +0.06%
==========================================
Files 416 416
Lines 41735 41735
==========================================
+ Hits 18354 18380 +26
+ Misses 21665 21645 -20
+ Partials 1716 1710 -6
Continue to review full report at Codecov.
|
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.
Looks good
…opic/certmanagerbump
Cluster Generation A/B Results: |
//usebom:sandbox/v1.6.0-zshippable/416614966292914236/tkg-compatibility |
What this PR does / why we need it
Cert-manager needs to be bumped to a newer version. We are bumping version 1.5.3 (due to EOL) up to v1.7.2.
Which issue(s) this PR fixes
Fixes #
TKG-10541
Describe testing done for PR
Created a sandbox build of 1.7.2 to ensure the component was compiled correctly. Will be doing additional tests and linking through the bolt tooling.
Release note
PR Checklist
Additional information
Special notes for your reviewer