From 30b843668039ff8caded6edfd3c33161781dfefa Mon Sep 17 00:00:00 2001 From: LavredisG Date: Mon, 22 Apr 2024 15:37:31 +0300 Subject: [PATCH] Update docs Signed-off-by: LavredisG --- docs/core-concepts/concepts.md | 4 ++-- docs/key-features/features.md | 2 +- versioned_docs/version-v1.3/faq/faq.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/core-concepts/concepts.md b/docs/core-concepts/concepts.md index 90fd2604..d20d58fc 100644 --- a/docs/core-concepts/concepts.md +++ b/docs/core-concepts/concepts.md @@ -10,9 +10,9 @@ Karmada uses the Kubernetes Native API definition for the federated resource tem ## Propagation Policy -Karmada offers a standalone Propagation(placement) Policy API to define multi-cluster scheduling and spreading requirements. +Karmada offers a standalone Propagation (placement) Policy API to define multi-cluster scheduling and spreading requirements. -- Support 1:n mapping of policy: workload. Users don't need to indicate scheduling constraints every time creating federated applications. +- Support 1:n mapping of policy:workloads. Users don't need to indicate scheduling constraints every time creating federated applications. - With default policies, users can directly interact with the Kubernetes API. diff --git a/docs/key-features/features.md b/docs/key-features/features.md index 46caa6fc..2def8aeb 100644 --- a/docs/key-features/features.md +++ b/docs/key-features/features.md @@ -42,7 +42,7 @@ Much like k8s scheduling, Karmada support different scheduling policy. The overa ![overall-relationship.png](../resources/key-features/overall-scheduling.png) -If one cluster does not have enough resource to accommodate their pods, Karamda will reschedule the pods. The overall rescheduling process is shown in the following figure: +If one cluster does not have enough resource to accommodate their pods, Karmada will reschedule the pods. The overall rescheduling process is shown in the following figure: ![overall-relationship.png](../resources/key-features/overall-rescheduling.png) diff --git a/versioned_docs/version-v1.3/faq/faq.md b/versioned_docs/version-v1.3/faq/faq.md index 93e83d7c..8b48cc0c 100644 --- a/versioned_docs/version-v1.3/faq/faq.md +++ b/versioned_docs/version-v1.3/faq/faq.md @@ -1,5 +1,5 @@ --- -title: FAQ(Frequently Asked Questions) +title: FAQ (Frequently Asked Questions) --- ## What is the difference between PropagationPolicy and ClusterPropagationPolicy?