Create StatefulSet by this tool , when looking up the host pod-id.my-service.ns.svc.cluster.local ,the cluster DNS Service return err. #920
Labels
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
I had tried to Create StatefulSet by this tool on Kubernetes , with Kubernetes version in v1.16.13 v1.17.9 v1.18.6, and all get the error.
go.mod
main.go
build
Then deploy on k8s,looking up the host pod-id.my-service.ns.svc.cluster.local ,the cluster DNS Service return err.
But use kubectl create sts and svc, looking up the host pod-id.my-service.ns.svc.cluster.local, the cluster DNS Service should return Pod IP.
The text was updated successfully, but these errors were encountered: