kubesphere / s2ioperator

Operator for Source to image
Apache License 2.0
47 stars 31 forks source link

Create StatefulSet by S2I or B2I, when looking up the host pod-id.my-service.ns.svc.cluster.local ,the cluster DNS Service return err. #149

Open ruiyaoOps opened 3 years ago

ruiyaoOps commented 3 years ago

Build StatefulSet by S2I or B2I, can't look up the host pod-id.my-service.ns.svc.cluster.local, the cluster DNS Service return err. By test, using client-go build StatefulSet and service, the cluster DNS Service can't return Pod IP when looking up the host pod-id.my-service.ns.svc.cluster.local, I had to get issues on kubernetes/client-go: https://github.com/kubernetes/client-go/issues/920.