diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 000000000..6a20c7d1f --- /dev/null +++ b/FAQ.md @@ -0,0 +1,8 @@ +# Frequently Asked Questions + +## My pods are stuck in a Pending state. Why won't they come up? + +This one has a lot of potential answers... + +- `kubectl describe pod` and check the message for why the current nodes aren't being used. +- Did you pin any `racks` to a `zone` in a different region, or one without any k8s workers?