kubernetes-sigs / apiserver-builder-alpha

apiserver-builder-alpha implements libraries and tools to quickly and easily build Kubernetes apiservers/controllers to support custom resource types based on APIServer Aggregation
Apache License 2.0
787 stars 235 forks source link

connect: connection refused #605

Closed Cloudzp closed 2 years ago

Cloudzp commented 2 years ago

hello everyone: When i use apiserver-boot run in-cluster --image=xxx deploy my apiserver and controller, and I create my resource after get my resource , sometimes I got an error : wecom-temp-6dab24b34aca7265c3fdbd5dd8148dd0

So I went to find the reason,I found an error. The Service here is the pod that wants to select the apiserver, but it is wrongly selected by the pod of the controller. image

It should be changed to: image

k8s-triage-robot commented 2 years ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale