Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a new addons repository sometimes does not work #5430

Closed
abbi-gaurav opened this issue Aug 26, 2019 · 3 comments
Closed

Adding a new addons repository sometimes does not work #5430

abbi-gaurav opened this issue Aug 26, 2019 · 3 comments
Assignees
Labels
area/service-management Issues or PRs related to service management kind/bug Categorizes issue or PR as related to a bug.

Comments

@abbi-gaurav
Copy link
Member

abbi-gaurav commented Aug 26, 2019

Description
On adding a new repo to the add-ons UI, I do not see the new connector in the catalog section.

Expected result
New connector is visible in the catalog section.

Actual result
New connector is not visible in the catalog section

Troubleshooting

On checking the logs for the helm-broker-pod/ctrl-container, it was observed that it was not able to connect to API server

Logs

bscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: net/http: TLS handshake timeout
ERROR: logging before flag.Parse: E0824 08:57:01.024556       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0824 08:57:12.008395       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:32:50.789075       1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=677, ErrCode=NO_ERROR, debug=""
ERROR: logging before flag.Parse: E0825 05:32:50.793485       1 reflector.go:322] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to watch *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?resourceVersion=382916&timeoutSeconds=579&watch=true: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:50.796391       1 streamwatcher.go:109] Unable to decode an event from the watch stream: http2: server sent GOAWAY and closed the connection; LastStreamID=677, ErrCode=NO_ERROR, debug=""
ERROR: logging before flag.Parse: E0825 05:32:50.797565       1 reflector.go:322] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to watch *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?resourceVersion=382913&timeoutSeconds=308&watch=true: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:51.794510       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:51.801766       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:52.796323       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:52.802639       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:53.797378       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:53.803386       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:54.798626       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:54.804238       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:55.799573       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:55.805702       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:56.800791       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:56.808795       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:57.801927       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:57.810089       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:58.803113       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:58.811001       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:59.804143       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:32:59.812051       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:00.806043       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:00.813164       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:01.807180       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:01.813966       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:02.808127       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:02.814941       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:03.809476       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:03.815822       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:04.812109       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:04.816627       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:05.813063       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:05.817657       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:06.814165       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:06.818537       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:07.815031       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:07.819481       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:08.816020       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:08.820365       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:09.817314       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:09.821166       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:10.818347       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:10.822087       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:11.819363       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:11.822918       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:12.820342       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:12.823867       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:13.821481       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:13.824795       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:14.822493       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:14.825935       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:15.823619       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:15.826794       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:16.825259       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:16.827636       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:17.826344       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:17.828692       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:18.827623       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:18.830175       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:19.829160       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:19.830996       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:20.829958       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:20.831745       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:21.831010       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:21.840871       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:22.841248       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:22.843927       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:23.842498       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:23.844969       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:24.843582       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:24.845950       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:25.844719       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:25.846939       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:26.845711       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:26.847837       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:27.846548       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:27.848896       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:28.847714       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:28.850259       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:29.848526       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:29.851425       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:30.849433       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:30.852881       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:31.850412       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:31.853681       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:32.851342       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:32.854603       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:33.852330       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:33.855454       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:34.853267       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:34.856547       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:35.854481       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:35.857346       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:36.855374       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:36.858401       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:37.856513       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:37.859982       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:38.857473       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:38.861525       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:39.858426       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:39.862628       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:40.859367       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:40.864395       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:41.860381       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:41.865542       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:42.861640       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:42.867470       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:43.862588       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:43.868938       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:44.863528       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:44.870053       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:45.864564       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:45.871138       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:46.866550       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:46.871982       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:47.867605       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:47.872924       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:48.868615       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:48.874568       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:49.869591       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:49.875782       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:50.870911       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:50.876716       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:51.871898       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:51.877628       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:52.872915       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:52.878557       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:53.873947       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:53.879970       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:54.875006       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:54.881043       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:55.876038       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:55.882024       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:56.876953       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:56.882962       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:57.877910       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:57.883834       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:58.878902       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:58.884865       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:59.880034       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:33:59.885923       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:00.881203       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:00.886915       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:01.882895       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:01.887818       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:02.883768       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:02.888538       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:03.884707       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:03.889460       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:04.885716       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:04.890416       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:05.888277       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:05.892295       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:06.889260       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:06.893168       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:07.890678       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:07.893963       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:08.891780       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:08.894857       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:09.892724       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:09.895784       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:34:40.893481       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:34:40.896469       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:35:11.894160       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:35:11.897108       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:35:42.894974       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:35:42.897669       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: i/o timeout
ERROR: logging before flag.Parse: E0825 05:35:43.896088       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:43.898426       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:44.897086       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:44.899242       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:45.898026       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:45.899976       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:46.898916       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:46.900752       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:47.899758       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:47.901533       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:48.900699       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:48.902266       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:49.902032       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:49.903717       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:50.902999       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:50.905095       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:51.903990       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:51.906006       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:52.904830       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:52.906794       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:53.905808       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:53.907644       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:54.906841       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:54.908411       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:55.907742       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:55.909175       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:56.908699       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:56.910054       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:57.909686       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:57.910833       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:58.910777       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:58.911680       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:59.911793       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:35:59.912619       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:00.912859       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:00.913714       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:01.916564       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:01.916834       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:02.917834       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:02.918597       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:03.918867       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:03.920933       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:04.919810       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:04.921618       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:05.921098       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:05.922326       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:06.922034       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:06.923246       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:07.924076       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:07.924372       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:08.925442       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:08.927035       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:09.926564       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:09.927784       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:10.927526       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:10.928565       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:11.928733       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:11.929714       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:12.929691       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:12.930827       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:13.931100       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:13.931618       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:14.932003       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:14.933122       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:15.932927       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:15.933875       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:16.933853       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:16.934718       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:17.935027       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:17.935850       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:18.935983       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:18.937129       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:19.937007       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:19.938033       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:20.938335       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:20.938867       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:21.939556       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:21.940634       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:22.940834       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:22.941639       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:23.942096       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:23.942822       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:24.942987       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:24.944041       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:25.944006       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:25.944923       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:26.944955       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:26.945870       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:37.947464       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: net/http: TLS handshake timeout
ERROR: logging before flag.Parse: E0825 05:36:37.948072       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: net/http: TLS handshake timeout
ERROR: logging before flag.Parse: E0825 05:36:54.193753       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:54.194059       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:55.194953       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:55.201761       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:56.196403       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:56.202651       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:57.197640       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:36:57.203484       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: dial tcp 10.23.240.1:443: connect: connection refused
ERROR: logging before flag.Parse: E0825 05:37:08.198948       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.Subscription: Get https://10.23.240.1:443/apis/eventing.kyma-project.io/v1alpha1/subscriptions?limit=500&resourceVersion=0: net/http: TLS handshake timeout
ERROR: logging before flag.Parse: E0825 05:37:08.205111       1 reflector.go:205] github.com/kyma-project/kyma/components/event-bus/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.EventActivation: Get https://10.23.240.1:443/apis/applicationconnector.kyma-project.io/v1alpha1/eventactivations?limit=500&resourceVersion=0: net/http: TLS handshake timeout

Restarting the pod solved the connectivity issue.

The pods should auto-recovered in such cases.

@mszostok mszostok added this to the Backlog_Gopher milestone Aug 27, 2019
@polskikiel polskikiel modified the milestones: Backlog_Gopher, Sprint_Gopher_25 Sep 3, 2019
@polskikiel polskikiel added area/service-management Issues or PRs related to service management kind/bug Categorizes issue or PR as related to a bug. labels Sep 3, 2019
@polskikiel
Copy link
Contributor

polskikiel commented Sep 4, 2019

I fixed liveness and readiness probes for helm broker in those PRs:

This issue still remains as not resolved because it needs further investigation about how to handle informer crash in the runtime.

@polskikiel
Copy link
Contributor

I created a follow-up ticket for this task: SAP-archive/helm-broker#29

@PK85 PK85 reopened this Sep 16, 2019
@PK85 PK85 modified the milestones: Sprint_Gopher_25, Sprint_Gopher_26 Sep 16, 2019
@jasiu001
Copy link

Resolved by #36 PR

@PK85 PK85 closed this as completed Sep 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/service-management Issues or PRs related to service management kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

5 participants