Skip to content

Commit

Permalink
Merge pull request #1306 from tscolari/patch-1
Browse files Browse the repository at this point in the history
Fix kubeconfig example for nginx deployment
  • Loading branch information
aledbf committed Sep 7, 2017
2 parents 7434c50 + 15fae6c commit bf5e8f4
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 bf5e8f4

Please sign in to comment.