Merge pull request #4378 from yanggangtony/fix-wrongs-docs-reference

Fix wrong reference website for docs.
This commit is contained in:
karmada-bot 2023-12-06 22:53:04 +08:00 committed by GitHub
commit 58b179042a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ labels: kind/question
<!-- Please use this template while asking a new question. Thanks!
Please make sure you have read the FAQ and searched the issue list.
- FAQ: https://github.com/karmada-io/karmada/blob/master/docs/frequently-asked-questions.md
- FAQ: https://karmada.io/docs/faq
- Issues: https://github.com/karmada-io/karmada/issues?q=is%3Aissue+
-->
**Please provide an in-depth description of the question you have**:

View File

@ -2,6 +2,6 @@
Karmada has been adopted by many [organizations](https://karmada.io/adopters/).
If you are using Karmada in your organization, please feel free to add your name to the [list](https://github.com/karmada-io/website/blob/main/docs/casestudies/adopters.md)! We are happy and proud to have you all as part of our community!💖
If you are using Karmada in your organization, please feel free to add your name to the [list](https://karmada.io/docs/casestudies/adopters)! We are happy and proud to have you all as part of our community!💖
To join this list, please follow [these instructions](https://github.com/karmada-io/website/tree/main/adopters/README.md).
To join this list, please follow [these instructions](https://karmada.io/adopters).

View File

@ -40,7 +40,7 @@ Apparently, using the proxy will greatly simplify external components' access to
Try these:
- **[Aggregated Kubernetes API Endpoint](https://github.com/karmada-io/karmada/blob/master/docs/userguide/aggregated-api-endpoint.md)** This component is built for Unified authentication. The restful api client still needs to enumerate all the member clusters to get the right information.
- **[Aggregated Kubernetes API Endpoint](https://karmada.io/docs/userguide/globalview/aggregated-api-endpoint)** This component is built for Unified authentication. The restful api client still needs to enumerate all the member clusters to get the right information.
- **[Caching](https://github.com/karmada-io/karmada/tree/master/docs/proposals/caching) (aka karmada-search)** This component can only get/list, not watch or update data.
# Motivation

View File

@ -21,7 +21,7 @@ kubectl apply -f guestbooks-clusterpropagationpolicy.yaml
```
The CRD will be propagated to member clusters according to the rules defined in ClusterPropagationPolicy
>Note: We can only use ClusterPropagationPolicy not PropagationPolicy here.
> Please refer to FAQ Difference between [PropagationPolicy and ClusterPropagationPolicy](https://github.com/karmada-io/karmada/blob/master/docs/frequently-asked-questions.md#what-is-the-difference-between-propagationpolicy-and-clusterpropagationpolicy)
> Please refer to FAQ Difference between [PropagationPolicy and ClusterPropagationPolicy](https://karmada.io/docs/faq#what-is-the-difference-between-propagationpolicy-and-clusterpropagationpolicy)
> for more details.
3. Create a Guestbook named `guestbook-sample` in Karmada
```bash