add: Resources and Troubleshoot Documentation

Add resources to guide user to detailed documentation and
troubleshooting steps.
pull/882/head
Khalifah Shabazz 2025-06-01 14:18:36 -04:00
parent 74ddcb11aa
commit f466bc3e28
2 changed files with 29 additions and 0 deletions

14
docs/resources.md Normal file
View File

@ -0,0 +1,14 @@
# Resource
Quick access to information to help you when you run into trouble.
* [Install and configure prerequisites]
* [Installing containerd]
* [Generate Certificates Manually with OpenSSL]
* [Running Kubelet in Standalone Mode]
---
[Install and configure prerequisites]: https://kubernetes.io/docs/setup/production-environment/container-runtimes/#install-and-configure-prerequisites
[Installing containerd]: https://github.com/containerd/containerd/blob/main/docs/getting-started.md#installing-containerd
[Running Kubelet in Standalone Mode]: https://v1-32.docs.kubernetes.io/docs/tutorials/cluster-management/kubelet-standalone/
[Generate Certificates Manually with OpenSSL]: https://v1-32.docs.kubernetes.io/docs/tasks/administer-cluster/certificates/#openssl

15
docs/troubleshoot.md Normal file
View File

@ -0,0 +1,15 @@
# Troubleshoot
This is a bit of a cheat sheet when you're not sure what to do. Its no guarantee
the answer is there tho.
* Vagrant list machine, but I don't see them in VirtualBox or HyperV. How can
I remove them.
* You'll want to try `vagrant global-status --prune`
* I don't see the nodes listed in the cluster after complete step 9. What do I
do?
* Go over all the steps in 9 again, but in reverse, and all the way back to
step 1.
* Focus on 1 node.
* Make sure you didn't fiddle-finger and miss-type any of the values in the
configs or commands.