mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
add: Resources and Troubleshoot Documentation
Add resources to guide user to detailed documentation and troubleshooting steps.
This commit is contained in:
14
docs/resources.md
Normal file
14
docs/resources.md
Normal 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
|
||||
Reference in New Issue
Block a user