Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifications to support VKS environment #8315

Merged
merged 3 commits into from
Oct 30, 2024

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Oct 17, 2024

Thank you for contributing to Velero!

Please add a summary of your change

  • Fix the KIBISHII_DIRECTORY parameter not work for make test-e2e issue.
  • Make changes to support the VKS environment. FYI, the TKGm environment support is deprecated.
  • Refactor the code to get the plugin images for migration cases.

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

@blackpiglet blackpiglet added the kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes label Oct 17, 2024
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.97%. Comparing base (ebbeb7a) to head (29d84fe).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8315      +/-   ##
==========================================
- Coverage   58.99%   58.97%   -0.02%     
==========================================
  Files         367      367              
  Lines       38847    38876      +29     
==========================================
+ Hits        22918    22928      +10     
- Misses      14467    14486      +19     
  Partials     1462     1462              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blackpiglet blackpiglet changed the title Some modification to support VDS environment. Modifications to support VDS environment. Oct 17, 2024
@blackpiglet blackpiglet requested review from reasonerjt and removed request for shubham-pampattiwar October 17, 2024 08:03
@blackpiglet blackpiglet changed the title Modifications to support VDS environment. Modifications to support VKS environment Oct 18, 2024
}

clusterFlavor := "VANILLA"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO instead of fallback based on error returned by "createxxxx" func, it's better to add another func to determine the flavor more explicitly.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be improved in a subsequent PR.

reasonerjt
reasonerjt previously approved these changes Oct 18, 2024
Copy link
Contributor

@reasonerjt reasonerjt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a trivial comment, which can be resolved later.

FYI, the TKGm envrionment support is deprecated.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
@reasonerjt reasonerjt merged commit db470a7 into vmware-tanzu:main Oct 30, 2024
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has-e2e-2tests kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants