mattermost / mattermost-helm

Mattermost Helm charts for Kubernetes
Apache License 2.0
162 stars 145 forks source link

Pod mattermost-team-edition show log error "failed to get public address: read udp4 0.0.0.0:8443: i/o timeout" #367

Open trantuancnt opened 1 year ago

trantuancnt commented 1 year ago

I installed Mattermost Team Edition ver 7.2.0 on Kubernetes ver 1.21.14 Alter I register account then mattermost performance slow speed. I check the log pod:

{"timestamp":"2022-09-19 09:33:48.001 Z","level":"error","msg":"failed to get public IP address: failed to get public address: read udp4 0.0.0.0:8443: i/o timeout","caller":"app/plugin_api.go:975","plugin_id":"com.mattermost.calls
","origin":"main.(*Plugin).OnActivate activate.go:126"}

{"timestamp":"2022-09-19 09:33:48.007 Z","level":"error","msg":"Failed to install prepackaged plugin","caller":"app/plugin.go:951","path":"/mattermost/prepackaged_plugins/mattermost-plugin-calls-v0.7.1-linux-amd64.tar.gz","error":
"Failed to install extracted prepackaged plugin /mattermost/prepackaged_plugins/mattermost-plugin-calls-v0.7.1-linux-amd64.tar.gz: installExtractedPlugin: Unable to restart plugin on upgrade., failed to get public IP address: fail
ed to get public address: read udp4 0.0.0.0:8443: i/o timeout"}
{"timestamp":"2022-09-19 09:33:53.208 Z","level":"error","msg":"failed to get public IP address: failed to get public address: read udp4 0.0.0.0:8443: i/o timeout","caller":"app/plugin_api.go:975","plugin_id":"com.mattermost.calls
","origin":"main.(*Plugin).OnActivate activate.go:126"}

Can anyone help me, thanks.