diff --git a/docs/resources.md b/docs/resources.md new file mode 100644 index 0000000..f3ca7cf --- /dev/null +++ b/docs/resources.md @@ -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 \ No newline at end of file diff --git a/docs/troubleshoot.md b/docs/troubleshoot.md new file mode 100644 index 0000000..c33abbe --- /dev/null +++ b/docs/troubleshoot.md @@ -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. \ No newline at end of file