You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
I'm trying to integrate consul in our kubernetes cluster and have it connect to an existing consul cluster. That part works fine. What's not working is enabling "syncCatalog". For now, I just want kubernetes services in the consul catalog. So I've disabled sync to kubernetes. But the consul-sync-catalog pod immediately crashes. The error message is not entirely helpful.
I'm trying to integrate consul in our kubernetes cluster and have it connect to an existing consul cluster. That part works fine. What's not working is enabling "syncCatalog". For now, I just want kubernetes services in the consul catalog. So I've disabled sync to kubernetes. But the consul-sync-catalog pod immediately crashes. The error message is not entirely helpful.
$ kubectl -n consul logs -f consul-sync-catalog-d888cf85d-dpvjz 2018-10-05T06:25:18.706Z [INFO ] to-consul/source: starting runner for endpoints 2018-10-05T06:25:18.707Z [INFO ] to-consul/sink: ConsulSyncer quitting ERROR: logging before flag.Parse: E1005 06:25:18.707409 7 controller.go:115] Error syncing cache ERROR: logging before flag.Parse: E1005 06:25:18.707434 7 controller.go:115] Error syncing cache
Here's my values.yaml file.
The text was updated successfully, but these errors were encountered: