From 1ccd35bac13b3bd3201d233d980b6ff86e3006e1 Mon Sep 17 00:00:00 2001 From: Jim Dickinson Date: Mon, 15 Jun 2020 16:57:14 -0400 Subject: [PATCH] Create FAQ, start with pods stuck in pending --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 FAQ.md 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?