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
$ k3s -v
k3s version v1.27.6+k3s1 (bd04941a)
go version go1.20.8
Observed warn message in logs
$ sudo journalctl -u k3s | grep "Running http"
Oct 16 18:20:26 ip-xxx-xx-xx-230 k3s[1728]: {"level":"warn","ts":"2023-10-16T18:20:26.042449Z","caller":"embed/config.go:673","msg":"Running http and grpc server on single port. This is not recommended for production."}
Oct 16 18:20:26 ip-xxx-xx-xx-230 k3s[1728]: {"level":"warn","ts":"2023-10-16T18:20:26.042761Z","caller":"embed/config.go:673","msg":"Running http and grpc server on single port. This is not recommended for production."}
Validation Results:
k3s version used for validation:
$ k3s -v
k3s version v1.27.6+k3s-78e57bc9 (78e57bc9)
go version go1.20.8
Backport fix for Disable http/grpc mux for etcd
The text was updated successfully, but these errors were encountered: