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

chore: fix spellings in a few places #403

Merged
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
2 changes: 1 addition & 1 deletion content/en/concepts/placement.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ metadata:

### Rollout Strategy

Rollout Strategy [API](https://github.com/open-cluster-management-io/api/blob/main/cluster/v1alpha1/types_rolloutstrategy.go) facilitate the use of placement decision strategy with ACM workload applier APIs such as Policy, Addon and ManifestWorkReplicaSet to apply workloads.
Rollout Strategy [API](https://github.com/open-cluster-management-io/api/blob/main/cluster/v1alpha1/types_rolloutstrategy.go) facilitate the use of placement decision strategy with OCM workload applier APIs such as Policy, Addon and ManifestWorkReplicaSet to apply workloads.
The Rollout Strategy API provides three rollout types;
1) **All**: means apply the workload to all clusters in the decision groups at once.
2) **Progressive**: means apply the workload to the selected clusters progressively per cluster. The workload will not be applied to the next cluster unless one of the current applied clusters reach the successful state and haven't breached the MaxFailures configuration.
Expand Down
2 changes: 1 addition & 1 deletion content/en/concepts/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ An example of a `PolicySet` is shown below.
apiVersion: policy.open-cluster-management.io/v1beta1
kind: PolicySet
metadata:
name: acm-hardening
name: ocm-hardening
namespace: policies
spec:
description: Apply standard best practices for hardening your Open Cluster Management installation.
Expand Down
2 changes: 1 addition & 1 deletion content/zh/concepts/policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ An example of a `PolicySet` is shown below.
apiVersion: policy.open-cluster-management.io/v1beta1
kind: PolicySet
metadata:
name: acm-hardening
name: ocm-hardening
namespace: policies
spec:
description: Apply standard best practices for hardening your Open Cluster Management installation.
Expand Down