mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Merge pull request #3698 from catherineluse/troubleshoot-rke2
Document command to get RKE2 server logs
This commit is contained in:
@@ -37,4 +37,12 @@ The logging of the containers can contain information on what the problem could
|
||||
docker logs kube-apiserver
|
||||
docker logs kube-controller-manager
|
||||
docker logs kube-scheduler
|
||||
```
|
||||
|
||||
# RKE2 Server Logging
|
||||
|
||||
If Rancher provisions an RKE2 cluster that can't communicate with Rancher, you can run this command on a server node in the downstream cluster to get the RKE2 server logs:
|
||||
|
||||
```
|
||||
journalctl -u rke2-server -f
|
||||
```
|
||||
Reference in New Issue
Block a user