Harry Li
Harry Li
Are both ClusterIP type and ExternalName type services synced from the physical k8s?
> The behavior I want only works after ``` $ kubectl --context vcluster_vcluster_vcluster_kind-kind -n b patch svc/svc-b --patch='{"spec":{"externalName":"svc-a-x-a-x-vcluster.vcluster.svc.cluster.local"}}' service/svc-b patched $ kubectl --context kind-kind run tmp-shell --restart=Never --rm -it --image...
Overall, our requiremente is to use Service synchronized from vcluster in physical cluster. I read the source code and the general idea is as follows: 1. modify `pkg/controllers/resources/services` below the...
@claudiolor Please check it.
@claudiolor You're right, `namespace` and `namespaces` do make it easy to get confused. I tried to minimize changes to the source code during development, so I added a new command...
@claudiolor I've done that. It can be used below: ~~~bash $ liqoctl offload namespace lowkey01 INFO Offloading of namespace "lowkey01" correctly enabled INFO Offloading completed successfully $ liqoctl offload namespace...
@claudiolor All done. Cloud you check it when you have a moment?
> Thank you for fixing the issues I reported! 💯 Once the small issue I underlined is fixed we can consider the offload command completed. To merge this PR we...
@claudiolor All is done. Please check it and let me know your suggestions about the code and docs :)
> Thank you for implementing also unoffload! > > * I left just a couple of comment. > * Before merging we also need to update the automatically generated `liqoctl`...