Description
Describe the problem you are having (if any)
When I try to unpeer a provider cluster and it fails because the remote no more available or reachable, I can’t unpeer anymore it. This doesn’t allow me to remove outdated peering from the liqo cluster.
Describe the solution you would like
When I cannot contact the provider cluster, I would like to be able to use an option that allows me to forcibly close the peering connection with the provider cluster.
Describe the user value of this feature
This feature can help the network team to be able to remove the connection between two clusters despite dynamic changes in the IP of the remote cluster or in case of cluster provider unrecoverable unavailability, ensuring the continued use of the liqo cluster.
Describe your proposed solution
Two flags can be added to perform a forced unpeering:
--force
, a Boolean flag that force the unpeering even if the provider cluster is unreachable, and --remote-cluster-id
, a flag that must be entered in conjunction with --force
and must contain the cluster id of the provider cluster.
Do you volunteer to implement this feature?
- I want to implement this feature
Code of Conduct
- I agree to follow this project's Code of Conduct