Skip to content

Commit

Permalink
Merge pull request #489 from bryk/apiserver-host-help
Browse files Browse the repository at this point in the history
Clarify how users can change apiserver-host in canary deployment
  • Loading branch information
bryk committed Mar 4, 2016
2 parents cbc9df4 + 96305ab commit 24f0b5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/deploy/kubernetes-dashboard-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ items:
ports:
- containerPort: 9090
protocol: TCP
args:
# Uncomment the following line to manually specify Kubernetes API server Host
# If not specified, Dashboard will attempt to auto discover the API server and connect
# to it. Uncomment only if the default does not work.
# - --apiserver-host=http://my-address:port
livenessProbe:
httpGet:
path: /
Expand All @@ -46,4 +51,4 @@ items:
- port: 80
targetPort: 9090
selector:
app: kubernetes-dashboard-canary
app: kubernetes-dashboard-canary

0 comments on commit 24f0b5b

Please sign in to comment.