Merge pull request #3698 from catherineluse/troubleshoot-rke2

Document command to get RKE2 server logs
This commit is contained in:
Billy Tat
2021-11-23 11:43:37 -08:00
committed by GitHub
@@ -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
```