Document command to get RKE2 server logs

This commit is contained in:
Catherine Luse
2021-11-23 11:48:58 -07:00
parent 6307ce2861
commit 5e7a3dbe46
@@ -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
```