Skip to content

Commit

Permalink
Address CI failures
Browse files Browse the repository at this point in the history
Fix typo
Re-add changelog

Signed-off-by: Ivan Sim <[email protected]>
  • Loading branch information
ihcsim committed Oct 28, 2023
1 parent 1c4f942 commit 2c40c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/unreleased/5841-isim
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add design proposal to extend resource filters with field selectors
2 changes: 1 addition & 1 deletion design/resource-filter-field-selectors-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The proposed field selection design complements the existing [filtering API][2],
## Background

The current mechanism to include cluster-scoped resources in backups via the `IncludeResources`, `IncludeClusterResources` and `IncludeClusterScopedResources` API filters the resources by their [`ResourceGroup`][3].
This is insufficent for operator backup use cases, where specific Custom Resource Definition (CRD) must be included in order for the restored operator to work.
This is insufficient for operator backup use cases, where specific Custom Resource Definition (CRD) must be included in order for the restored operator to work.
See issue [#4876][4].

The existing [label selection][5] mechanism doesn't scale on large Kubernetes clusters, due to constraints beyond the users' control like:
Expand Down

0 comments on commit 2c40c25

Please sign in to comment.