From 15fae6c236194885f73774e4a11d479e48a81a4d Mon Sep 17 00:00:00 2001 From: Tiago Scolari Date: Thu, 7 Sep 2017 07:34:20 +0100 Subject: [PATCH] Fix kubeconfig example for nginx deployment Missing the `volumeMounts`, without it the pod will not start --- docs/troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 2fe3253f2c..0940e8e467 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -193,6 +193,9 @@ spec: containers: - name: default-http-backend image: gcr.io/google_containers/defaultbackend:1.0 + volumeMounts: + - mountPath: /etc/kubernetes + name: kubeconfig livenessProbe: httpGet: path: /healthz