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
Backport fix for Disable http/grpc mux for etcd
The text was updated successfully, but these errors were encountered:
Infrastructure
Node(s) CPU architecture, OS, and Version:
Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-1031-aws x86_64)
Cluster Configuration:
1 server
Config.yaml:
write-kubeconfig-mode: 644 cluster-init: true node-external-ip: <public-ip>
$ sudo mkdir -p /etc/rancher/k3s && sudo cp config.yaml /etc/rancher/k3s
$ sudo journalctl -u k3s | grep "Running http"
Replication Results:
$ k3s -v k3s version v1.25.14+k3s1 (3624e6c4) go version go1.20.8
$ sudo journalctl -u k3s | grep "Running http" ubuntu@ip-xxx-xx-xx-230:~$
Validation Results:
$ k3s -v k3s version v1.25.14+k3s-1f3880c7 (1f3880c7) go version go1.20.8
Sorry, something went wrong.
brandond
mdrahman-suse
No branches or pull requests
Backport fix for Disable http/grpc mux for etcd
The text was updated successfully, but these errors were encountered: