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

Add the ConfigMap-specified parameters into velero install CLI #8201

Merged

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Sep 10, 2024

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #(issue)

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

@blackpiglet blackpiglet added kind/changelog-not-required PR does not require a user changelog. Often for docs, website, or build changes and removed has-unit-tests labels Sep 10, 2024
@blackpiglet blackpiglet marked this pull request as ready for review September 10, 2024 08:47
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

Attention: Patch coverage is 36.00000% with 32 lines in your changes missing coverage. Please review.

Project coverage is 59.15%. Comparing base (46801a0) to head (68f3545).
Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
pkg/cmd/cli/install/install.go 0.00% 21 Missing ⚠️
pkg/install/resources.go 0.00% 3 Missing and 3 partials ⚠️
pkg/repository/manager.go 0.00% 4 Missing ⚠️
pkg/cmd/cli/nodeagent/server.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8201      +/-   ##
==========================================
- Coverage   59.21%   59.15%   -0.06%     
==========================================
  Files         367      367              
  Lines       30708    30775      +67     
==========================================
+ Hits        18184    18206      +22     
- Misses      11069    11112      +43     
- Partials     1455     1457       +2     

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

@blackpiglet blackpiglet changed the title Add backup-repository-config and repo-maintenance-job-config for inst… Add backup-repository-config and repo-maintenance-job-config for install CLI Sep 10, 2024
@blackpiglet blackpiglet marked this pull request as draft September 10, 2024 15:57
@blackpiglet blackpiglet force-pushed the update_velero_install_parameter branch 3 times, most recently from 459b0ac to 95f6f33 Compare September 11, 2024 07:49
@blackpiglet blackpiglet marked this pull request as ready for review September 11, 2024 09:34
ywk253100
ywk253100 previously approved these changes Sep 11, 2024
Lyndon-Li
Lyndon-Li previously approved these changes Sep 11, 2024
@blackpiglet blackpiglet force-pushed the update_velero_install_parameter branch 2 times, most recently from 08ab60f to 5e93b10 Compare September 11, 2024 10:36
@blackpiglet blackpiglet marked this pull request as draft September 11, 2024 10:37
@blackpiglet blackpiglet marked this pull request as ready for review September 11, 2024 14:32
@blackpiglet
Copy link
Contributor Author

@shubham-pampattiwar Please also help take a look.

Rename backup-repository-config to backup-repository-configmap.
Rename repo-maintenance-job-config to repo-maintenance-job-configmap.
Rename node-agent-config to node-agent-configmap.
Add those three parameters to `velero install` CLI.
Modify the design and the site documents.

Signed-off-by: Xun Jiang <[email protected]>
@blackpiglet blackpiglet changed the title Add backup-repository-config and repo-maintenance-job-config for install CLI Add the ConfigMap-specified parameters into velero install CLI Sep 12, 2024
@blackpiglet blackpiglet merged commit efcf836 into vmware-tanzu:main Sep 12, 2024
43 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Design Design Documents Documentation has-unit-tests 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.

4 participants