We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to setup chatwoot on a local Kubernetes cluster using helm charts, and the debug mode shows the following output periodically:
ready.go:258: [debug] Service does not have load balancer ingress IP address: default/chatwoot
The kubectl versions are as follows:
$ kubectl version Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.5", GitCommit:"c285e781331a3785a7f436042c65c5641ce8a9e9", GitTreeState:"archive", BuildDate:"2022-03-17T21:14:47Z", GoVersion:"go1.18", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.4", GitCommit:"e6c093d87ea4cbb530a7b2ae91e54c0842d8308a", GitTreeState:"clean", BuildDate:"2022-03-06T21:32:53Z", GoVersion:"go1.17.7", Compiler:"gc", Platform:"linux/amd64"}
How to fix this debug message?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to setup chatwoot on a local Kubernetes cluster using helm charts, and the debug mode shows the following output periodically:
The kubectl versions are as follows:
How to fix this debug message?
The text was updated successfully, but these errors were encountered: