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

Migrate ClusterClaim to ClusterProperty #4686

Closed
luolanzone opened this issue Mar 8, 2023 · 6 comments
Closed

Migrate ClusterClaim to ClusterProperty #4686

luolanzone opened this issue Mar 8, 2023 · 6 comments
Assignees
Labels
area/multi-cluster Issues or PRs related to multi cluster. kind/design Categorizes issue or PR as related to design.

Comments

@luolanzone
Copy link
Contributor

Describe what you are trying to solve
Antrea Multi-cluster is using ClusterClaim CRD to allow user to claim a cluster in a ClusterSet. We was following the definition in KEP2149, but the CRD is changed from ClusterClaim to ClusterProperty, ClusterClaim is no longer used in upstream. It's better to follow upstream definition in Antrea Multi-cluster.

Describe the solution you have in mind

  1. Remove ClusterClaim and add ClusterProperty CRD.
  2. Support both ClusterClaim and ClusterProperty CRDs (preferred).

Describe how your solution impacts user flows

This will impact the way how to initialize a ClusterSet from user perspective. We should cover following cases when we do MC controllers refinement.

  1. Migrate existing ClusterClaim to ClusterProperty and watch ClusterProperty change and update only after migration
  2. ClusterProperty controller should cover all current ClusterClaim's use case.
@luolanzone luolanzone added kind/design Categorizes issue or PR as related to design. area/multi-cluster Issues or PRs related to multi cluster. labels Mar 8, 2023
@bangqipropel
Copy link
Contributor

bangqipropel commented Mar 14, 2023 via email

@bangqipropel
Copy link
Contributor

bangqipropel commented Mar 14, 2023 via email

@bangqipropel
Copy link
Contributor

bangqipropel commented Mar 14, 2023 via email

@bangqipropel
Copy link
Contributor

bangqipropel commented Mar 15, 2023 via email

@bangqipropel
Copy link
Contributor

bangqipropel commented Mar 15, 2023 via email

@luolanzone
Copy link
Contributor Author

We decide to remove ClusterClaim to simplify ClusterSet setup, so close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/multi-cluster Issues or PRs related to multi cluster. kind/design Categorizes issue or PR as related to design.
Projects
None yet
Development

No branches or pull requests

2 participants