You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a vcluster and map the host cluster's service to vcluster, use the flowing file:
$ cat values.yaml
mapServices:
fromHost:
- from: web-namespace/nginx-service
to: aps/nginx-service
Everything was working fine, but I find the vcluster service cluster-ip is none, so I tried to exec a pod and use nslookup to get the actual service ip.
What happened?
When I create a vcluster and map the host cluster's service to vcluster, use the flowing file:
Everything was working fine, but I find the vcluster service cluster-ip is none, so I tried to exec a pod and use
nslookup
to get the actual service ip.Obviously,
192.168.194.242
is the real k8s service cluster ip.So my question is, why not show the cluster-ip in the service of vcluster? Is a bug or is it something else?
What did you expect to happen?
vcluster can show real service cluster-ip when mapping the service
How can we reproduce it (as minimally and precisely as possible)?
be like: https://www.vcluster.com/docs/v0.19/networking/internal_traffic/host_to_vcluster
Anything else we need to know?
No response
Host cluster Kubernetes version
vcluster version
VCluster Config
use default config
The text was updated successfully, but these errors were encountered: