From a6e4d6542dd8989d7c46bc1ce24f15f449c0ca19 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Thu, 7 Sep 2023 14:12:55 +0200 Subject: [PATCH] docs: improve getting started guide (#2058) --- docs/content/en/docs/getting-started/_index.md | 14 +++++--------- release-please-config.json | 3 ++- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index 5ed9477d6b..ac4ade4374 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -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 @@ -331,10 +327,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst ```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 ``` @@ -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 diff --git a/release-please-config.json b/release-please-config.json index 327207c302..e63546ba91 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -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": {