Skip to content

Commit

Permalink
docs: improve getting started guide (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mowies authored Sep 7, 2023
1 parent 83b34c8 commit a6e4d65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
14 changes: 5 additions & 9 deletions docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ Apply the file and restart Keptn to pick up the new config:
```shell
kubectl apply -f collectorconfig.yaml
kubectl rollout restart deployment -n keptn-lifecycle-toolkit-system -l control-plane=lifecycle-operator
kubectl rollout status deployment -n keptn-lifecycle-toolkit-system -l control-plane=lifecycle-operator --watch
kubectl rollout restart deployment -n keptn-lifecycle-toolkit-system -l component=scheduler
kubectl rollout status deployment -n keptn-lifecycle-toolkit-system -l component=scheduler --watch
```

## Step 2: Create Namespace for Demo Application
Expand Down Expand Up @@ -331,10 +327,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst
<!---x-release-please-start-version-->
```shell
kubectl create ns monitoring
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.1/examples/support/observability/config/prometheus/grafana-config.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-config.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
```
<!---x-release-please-end-->

Expand Down Expand Up @@ -412,7 +408,7 @@ prometheus:
- job_name: "scrape_klt"
scrape_interval: 5s
static_configs:
- targets: ['keptn-klt-lifecycle-operator-metrics-service.keptn-lifecycle-toolkit-system.svc.cluster.local:2222']
- targets: ['lifecycle-operator-metrics-service.keptn-lifecycle-toolkit-system.svc.cluster.local:2222']
```
```shell
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"helm/chart/Chart.yaml",
"Makefile",
"helm/chart/values.yaml",
"helm/chart/README.md"
"helm/chart/README.md",
"docs/content/en/docs/getting-started/_index.md"
]
},
"klt-cert-manager": {
Expand Down

0 comments on commit a6e4d65

Please sign in to comment.