File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ keptn-on-k3s comes with [cert-manager](https://cert-manager.io/). By default, a
4949## Usage (Autodetect IP, need hostname -I):
5050```
5151# For the brave, with Prometheus-Service and SLI Provider
52- curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0 /install-keptn-on-k3s.sh | bash -s - --with-prometheus
52+ curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1 /install-keptn-on-k3s.sh | bash -s - --with-prometheus
5353```
5454
5555## Usage (GCP Instance):
5656```
57- curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0 /install-keptn-on-k3s.sh | bash -s - --provider gcp
57+ curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1 /install-keptn-on-k3s.sh | bash -s - --provider gcp
5858```
5959
6060## Usage (EC2 Instance with Dynatrace & JMeter):
@@ -64,11 +64,11 @@ FYI: For enabling Dynatrace support you must first export DT_TENANT & DT_API_TOK
6464```
6565export DT_TENANT=abc12345.live.dynatrace.com
6666export DT_API_TOKEN=YOURTOKEN
67- curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0 /install-keptn-on-k3s.sh | bash -s - --provider aws --with-dynatrace --with-jmeter
67+ curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1 /install-keptn-on-k3s.sh | bash -s - --provider aws --with-dynatrace --with-jmeter
6868```
6969
7070## Usage (Custom IP):
71- ``` curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.0 /install-keptn-on-k3s.sh | bash -s - --ip <IP> ```
71+ ``` curl -Lsf https://raw.githubusercontent.com/keptn-sandbox/keptn-on-k3s/0.7.1 /install-keptn-on-k3s.sh | bash -s - --ip <IP> ```
7272
7373## Cleanup
7474``` k3s-uninstall.sh ```
You can’t perform that action at this time.
0 commit comments