Fix wrong reference website for docs.
Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
parent
c784ef10ca
commit
7a1185f128
|
@ -7,7 +7,7 @@ labels: kind/question
|
||||||
|
|
||||||
<!-- Please use this template while asking a new question. Thanks!
|
<!-- Please use this template while asking a new question. Thanks!
|
||||||
Please make sure you have read the FAQ and searched the issue list.
|
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+
|
- Issues: https://github.com/karmada-io/karmada/issues?q=is%3Aissue+
|
||||||
-->
|
-->
|
||||||
**Please provide an in-depth description of the question you have**:
|
**Please provide an in-depth description of the question you have**:
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
Karmada has been adopted by many [organizations](https://karmada.io/adopters/).
|
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).
|
||||||
|
|
|
@ -40,7 +40,7 @@ Apparently, using the proxy will greatly simplify external components' access to
|
||||||
|
|
||||||
Try these:
|
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.
|
- **[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
|
# Motivation
|
||||||
|
|
|
@ -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
|
The CRD will be propagated to member clusters according to the rules defined in ClusterPropagationPolicy
|
||||||
>Note: We can only use ClusterPropagationPolicy not PropagationPolicy here.
|
>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.
|
> for more details.
|
||||||
3. Create a Guestbook named `guestbook-sample` in Karmada
|
3. Create a Guestbook named `guestbook-sample` in Karmada
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue