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