File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ This process can also be done using the AWS Command Line Interface (CLI) or the
103
103
1 . Exectute the command:
104
104
` helm repo add prometheus-community https://prometheus-community.github.io/helm-charts `
105
105
2 . Execute the command:
106
-
106
+ `
107
107
helm install my-prometheus --repo https://prometheus-community.github.io/helm-charts prometheus \
108
108
--namespace prometheus --create-namespace \
109
109
--set pushgateway.enabled=false \
110
110
--set alertmanager.enabled=false \
111
111
-f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml
112
-
112
+ `
113
113
## Deploying OpenCost
114
114
1 . Execute the command:
115
115
` kubectl apply --namespace opencost -f https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/opencost.yaml `
You can’t perform that action at this time.
0 commit comments