add: Resources and Troubleshoot Documentation
Add resources to guide user to detailed documentation and troubleshooting steps.pull/881/head
parent
4bd744480a
commit
25ead0764d
|
@ -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
|
|
@ -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.
|
Loading…
Reference in New Issue