Skip to content

Commit

Permalink
update clusterset api change (#383)
Browse files Browse the repository at this point in the history
Signed-off-by: haoqing0110 <[email protected]>
  • Loading branch information
haoqing0110 authored Sep 4, 2023
1 parent 04e56de commit 7d7d839
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions content/en/concepts/managedclusterset.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ weight: 2

**API-CHANGE NOTE**:

The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1alpha1 version will no longer be served in OCM v0.9.0.
The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta1 version will no longer be served in OCM v0.12.0.

The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta1 version will be deprecated in OCM v0.9.0.

For Hosted Mode, The `ManagedClusterSet` and `ManagedClusterSetBinding` API only support v1beta1 in OCM v0.9.0.

- Migrate manifests and API clients to use the `ManagedClusterSet` and `PlacementDecision` API v1beta1 version, available since OCM v0.5.0.
- Migrate manifests and API clients to use the `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta2 version, available since OCM v0.9.0.
- All existing persisted objects are accessible via the new API.
- No notable changes.
- Notable changes:
- The default cluster selector type will be `ExclusiveClusterSetLabel` in v1beta2, and type `LegacyClusterSetLabel` in v1beta1 is removed.

## What is ManagedClusterSet?

Expand Down
11 changes: 4 additions & 7 deletions content/zh/concepts/managedclusterset.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ weight: 2

**API-CHANGE NOTE**:

The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1alpha1 version will no longer be served in OCM v0.9.0.
The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta1 version will no longer be served in OCM v0.12.0.

The `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta1 version will be deprecated in OCM v0.9.0.

For Hosted Mode, The `ManagedClusterSet` and `ManagedClusterSetBinding` API only support v1beta1 in OCM v0.9.0.

- Migrate manifests and API clients to use the `ManagedClusterSet` and `PlacementDecision` API v1beta1 version, available since OCM v0.5.0.
- Migrate manifests and API clients to use the `ManagedClusterSet` and `ManagedClusterSetBinding` API v1beta2 version, available since OCM v0.9.0.
- All existing persisted objects are accessible via the new API.
- No notable changes.
- Notable changes:
- The default cluster selector type will be `ExclusiveClusterSetLabel` in v1beta2, and type `LegacyClusterSetLabel` in v1beta1 is removed.

## What is ManagedClusterSet?

Expand Down

0 comments on commit 7d7d839

Please sign in to comment.