Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: LavredisG <[email protected]>
  • Loading branch information
LavredisG committed Apr 22, 2024
1 parent 920f034 commit 30b8436
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/core-concepts/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/key-features/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v1.3/faq/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: FAQ(Frequently Asked Questions)
title: FAQ (Frequently Asked Questions)
---

## What is the difference between PropagationPolicy and ClusterPropagationPolicy?
Expand Down

0 comments on commit 30b8436

Please sign in to comment.