File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,8 @@ The following command sets the Hawkular Metrics route to use
583
583
You must have a persistent volume of sufficient size available.
584
584
585
585
----
586
- $ oc new-app -f metrics-deployer.yaml \
586
+ $ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
587
+ -f metrics-deployer.yaml \
587
588
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com
588
589
----
589
590
====
@@ -594,7 +595,8 @@ The following command sets the Hawkular Metrics route to use
594
595
*hawkular-metrics.example.com* and deploy without persistent storage.
595
596
596
597
----
597
- $ oc new-app -f metrics-deployer.yaml \
598
+ $ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
599
+ -f metrics-deployer.yaml \
598
600
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com \
599
601
-p USE_PERSISTENT_STORAGE=false
600
602
----
@@ -628,7 +630,8 @@ validation by running the deployer again with the `*MODE=validate*` parameter
628
630
added, for example:
629
631
630
632
----
631
- $ oc new-app -f metrics-deployer.yaml \
633
+ $ oc new-app --as=system:serviceaccount:openshift-infra:metrics-deployer \
634
+ -f metrics-deployer.yaml \
632
635
-p HAWKULAR_METRICS_HOSTNAME=hawkular-metrics.example.com \
633
636
-p MODE=validate
634
637
----
You can’t perform that action at this time.
0 commit comments