kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

docs: guide how to debug when something is wrong with rktlet #156

Closed alban closed 6 years ago

alban commented 7 years ago

When some of your containers don't work, how can the issue be debugged? We need a guide for beginners explaining how to use the generic Kubernetes tools (kubectl logs, kubectl exec ...) and the associated rkt tools (rkt list --dir=, rkt enter ..., systemctl status rktlet, journalctl -u rktlet-xxx, the directory structure, etc.)