diff --git a/docs/keps/cleanup-propagated-resources.md b/docs/keps/cleanup-propagated-resources.md index 0eaa29db9..b45434c0d 100644 --- a/docs/keps/cleanup-propagated-resources.md +++ b/docs/keps/cleanup-propagated-resources.md @@ -32,7 +32,7 @@ This document proposes a mechanism to specify that a member cluster resource sho ## Motivation -When a cluster is unjoined, karmada should provide a mechanism to cleanup the resources propagated by karmada. Currently, when unjoin a cluster, `Karamada` first try to remove propagated resource, and will skip remove if the cluster not ready. +When a cluster is unjoined, karmada should provide a mechanism to cleanup the resources propagated by karmada. Currently, when unjoin a cluster, `Karmada` first try to remove propagated resource, and will skip remove if the cluster not ready. ### Goals @@ -71,11 +71,11 @@ By default, `RemoveStrategy` will be `needless` on all cluster. A user must exp -In kubefed's propose, the author suggest add a `BestEffort` strategy, reviewers say we need a certain value, so we should not use it too. `Karamada` use the `BestEffort` strategy, currently. +In kubefed's propose, the author suggest add a `BestEffort` strategy, reviewers say we need a certain value, so we should not use it too. `Karmada` use the `BestEffort` strategy, currently. #### Needless Strategy -Not need cleanup propagated resources when unjoining cluster. `Karamada` should use this strategy as default value, condsider the business risk. +Not need cleanup propagated resources when unjoining cluster. `Karmada` should use this strategy as default value, condsider the business risk. #### Required Strategy diff --git a/docs/proposals/caching/README.md b/docs/proposals/caching/README.md index ff51748af..7d2fb33ba 100644 --- a/docs/proposals/caching/README.md +++ b/docs/proposals/caching/README.md @@ -49,9 +49,9 @@ Goals: #### New Search APIGroup -We propose a new commponent named `karmada-search`, it provides a new api group called `search.karmada.io`, the reason why select the `search` word is because it's more to [OpenSearch](https://opensearch.org) which is a community-driven, Apache 2.0-licensed open source search and analytics suite. +We propose a new component named `karmada-search`, it provides a new api group called `search.karmada.io`, the reason why select the `search` word is because it's more to [OpenSearch](https://opensearch.org) which is a community-driven, Apache 2.0-licensed open source search and analytics suite. -The `karmada-search` component currently supports two types of backend stores, namely `cache` and `opensearch`. It uses the `cache` type as the default backend store of the caching layer for Karamda. +The `karmada-search` component currently supports two types of backend stores, namely `cache` and `opensearch`. It uses the `cache` type as the default backend store of the caching layer for Karmada. We introduce a new resource type called `ResourceRegistry` in `search.karmada.io` group, it requires end users to manually specify the clusters and resources that need to be cached