-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Deleting clusterlink with: clusterlink delete peer --name <peer name> does not remove services created per Import operation.
To reproduce:
- clone
mainbranch and build local images withmake - deploy two kind clusters, load images via
kind load docker-image ..and install clusterlink - peer between clusters
- on first cluster: create some service (e.g. nginx service) and export it via Export CR in
defaultnamespace - on second cluster: create Import CR in
defaultnamespace referring to the exported service
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working