-
Notifications
You must be signed in to change notification settings - Fork 389
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
Multicluster support in antctl #3107
Comments
cc @hjiajing |
question on this: |
There is a conclusion in a MC discussion meeting that we will support troubleshooting related feature in antctl for mc only, antrea operator will be the better place to do deployment/bootstrap related. |
There a a few basic commands for antctl troubleshooting in MC after a discussion.
|
@aravindakidambi Could you help to take a look as well? welcome any suggestion. thanks |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
Describe what you are trying to solve
Since multi-cluster feature is under development, we need to add more commands to antctl to support multi-cluster feature to provide a better experience for MC ClusterSet initialization.
Describe the solution you have in mind
Add a sub-command
mc
toantctl
so user can runantctl mc
to trigger multi-cluster related commands.Describe how your solution impacts user flows
User can use antctl to set up multi-cluster environment with better use experience.
Describe the main design/architecture of your solution
antctl mc
should at least support below features.antctl mc deploy-leader
antctl mc deploy-member
antctl mc depart-member
antctl mc show clusterset
antctl mc show resources
Alternative solutions that you considered
Test plan
Additional context
This is a part of issue #2770
The text was updated successfully, but these errors were encountered: