Sumit Kumar
Sumit Kumar
**Additional logs and comment:** _In the logs, old foreign cluster names and tenant namespaces are getting printed._These resources do not exist now. _E0904 16:25:28.300569 1 controller.go:324] "Reconciler error" err="namespaces \"liqo-tenant-adm1-npp1-6eb08f\"...
Hi @cheina97, Thanks for the reply. This was working till 0.8.3 version. Cluster inbound Peering is working fine with v0.9.3. I deleted the previous foreign clusters peered earlier, to test...
In addition to that, we are getting below warning intermittently, and in this case pods are not offloaded to the required cluster: _> liqoctl offload namespace adm2 --namespace-mapping-strategy EnforceSameName --pod-offloading-strategy...
HI @cheina97, Thanks for performing tests. Let me try to elaborate further. **Below are some observations:** 1. Tested with --bidirectional peering with cluster1cluster2 . cluster1-->cluster2 namespace offload working as required....
@cheina97 : It would be great, if you please share more info on the liqo controller errors/logs, as why those specific lies of codes throwing runtime errors and why it...
> I suggest to you to operate in this order: > > 1. Unpeer your clusters with liqoctl. Even If you encounter some errors continue to the next step. >...
> > HI @cheina97, Thanks for performing tests. Let me try to elaborate further. > > **Below are some observations:** > > > > 1. Tested with --bidirectional peering with...
Tried deleting, but not working with force even: > _kubectl delete resourceoffers.sharing.liqo.io adm1-npp1 -n liqo-tenant-adm1-npp1-6eb08f --force_ warning: Immediate deletion does not wait for confirmation that the running resource has been...
Tried, but no success: _kubectl --kubeconfig ./config-file patch resourceoffers.sharing.liqo.io adm1-npp1 -n liqo-tenant-adm1-npp1-6eb08f -p '{"metadata":{"finalizers":null}}' --type=merge_ Error from server (NotFound): namespaces "liqo-tenant-adm1-npp1-6eb08f" not found
> What about if you use kubectl edit? **Tried deleting that by removing the finalizers and saving, but no success:** _> kubectl edit resourceoffers.sharing.liqo.io adm1-npp1 -n liqo-tenant-adm1-npp1-6eb08f_ error: resourceoffers.sharing.liqo.io "adm1-npp1"...