We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deleting clusterlink with: clusterlink delete peer --name <peer name> does not remove services created per Import operation.
clusterlink delete peer --name <peer name>
To reproduce:
main
make
kind load docker-image ..
default
On the second cluster, a service CR had been created with a similar output:
kubectl --kubeconfig ~/.kube/cl-peer2 get service NAMESPACE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE default kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 3m55s default nginx-project ExternalName <none> import-nginx-proj-default-0404b6d69d97227707e1c4f5daae56e8.clusterlink-system.svc.cluster.local <none> 57s
The service remains after clusterlink deletion.
Thanks.
The text was updated successfully, but these errors were encountered:
Possibly related to #557? Seems to leave residual services also not after crashing?
Sorry, something went wrong.
No branches or pull requests
Deleting clusterlink with:
clusterlink delete peer --name <peer name>
does not remove services created per Import operation.To reproduce:
main
branch and build local images withmake
kind load docker-image ..
and install clusterlinkdefault
namespacedefault
namespace referring to the exported serviceOn the second cluster, a service CR had been created with a similar output:
The service remains after clusterlink deletion.
Thanks.
The text was updated successfully, but these errors were encountered: