Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos on docs #594

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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