Skip to content

Commit

Permalink
Fix kubeconfig example for nginx deployment
Browse files Browse the repository at this point in the history
Missing the `volumeMounts`, without it the pod will not start
  • Loading branch information
tscolari authored Sep 7, 2017
1 parent 7434c50 commit 15fae6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15fae6c

Please sign in to comment.