This repository was archived by the owner on Jan 19, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Please always double-check the version of Keptn you are using compared to the ve
37
37
| 0.8.0-alpha | keptncontrib/prometheus-service:0.4.0-alpha |
38
38
| 0.8.0 | keptncontrib/prometheus-service:0.4.0 |
39
39
| 0.8.1, 0.8.2 | keptncontrib/prometheus-service:0.5.0 |
40
-
40
+ | 0.8.1 - 0.8.3 | keptncontrib/prometheus-service:0.6.0 |
41
41
42
42
## Setup Prometheus Monitoring
43
43
@@ -78,7 +78,7 @@ Some environment variables have to set up in the prometheus-service deployment
78
78
79
79
* Download the Keptn's Prometheus service manifest
80
80
` ` ` bash
81
- wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.5 .0/deploy/service.yaml
81
+ wget https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6 .0/deploy/service.yaml
82
82
```
83
83
84
84
* Replace the environment variable value according to the use case and apply the manifest
@@ -88,7 +88,7 @@ kubectl apply -f service.yaml
88
88
89
89
* Install Role and Rolebinding to permit Keptn's prometheus-service for performing operations in the Prometheus installed namespace.
90
90
``` bash
91
- kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.4 .0/deploy/role.yaml -n < PROMETHEUS_NS>
91
+ kubectl apply -f https://raw.githubusercontent.com/keptn-contrib/prometheus-service/release-0.6 .0/deploy/role.yaml -n < PROMETHEUS_NS>
92
92
```
93
93
94
94
* Execute the following command to install Prometheus and set up the rules for the * Prometheus Alerting Manager* :
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ spec:
176
176
fieldRef :
177
177
fieldPath : metadata.namespace
178
178
- name : distributor
179
- image : keptn/distributor:0.8.2
179
+ image : keptn/distributor:0.8.3
180
180
ports :
181
181
- containerPort : 8080
182
182
resources :
You can’t perform that action at this time.
0 commit comments