-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Treat namespace as a regular restorable item #7143
Conversation
4dc4f80
to
a747dcf
Compare
Fixes vmware-tanzu#1970 Namespaces will be handled as cluster-scope resource, but for consistency they will still created via "Ensure namespace" flow for consistency. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
a747dcf
to
59a8a4b
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7143 +/- ##
==========================================
+ Coverage 61.17% 61.66% +0.49%
==========================================
Files 258 258
Lines 27366 27642 +276
==========================================
+ Hits 16741 17046 +305
+ Misses 9441 9401 -40
- Partials 1184 1195 +11 ☔ View full report in Codecov by Sentry. |
@reasonerjt So it looks like with this code, we're still creating the namespace using the |
@reasonerjt I'm interested in using this change to restore some namespaces and apply a couple of transformations to them, however, when looking at the latest release code (v1.12.3) I don't see those changes in the codebase. Do you happen to know when will those changes get released? |
@dou-oscarh The change is in the main branch. You can try the change with the main release Velero image. |
Fixes #1970
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.