Skip to content

Bug 1381336, deploy metrics as the deployer service account. #3018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions install_config/cluster_metrics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,8 @@ The following command sets the Hawkular Metrics route to use
You must have a persistent volume of sufficient size available.

----
$ oc new-app -f metrics-deployer.yaml \
$ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
-f metrics-deployer.yaml \
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com
----
====
Expand All @@ -593,7 +594,8 @@ The following command sets the Hawkular Metrics route to use
*hawkular-metrics.example.com* and deploy without persistent storage.

----
$ oc new-app -f metrics-deployer.yaml \
$ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
-f metrics-deployer.yaml \
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com \
-p USE_PERSISTENT_STORAGE=false
----
Expand Down Expand Up @@ -627,7 +629,8 @@ validation by running the deployer again with the `*MODE=validate*` parameter
added, for example:

----
$ oc new-app -f metrics-deployer.yaml \
$ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
-f metrics-deployer.yaml \
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com \
-p MODE=validate
----
Expand Down