Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set keptn prometheus service and RBAC namespace to Orkestra #398

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add fully-qualified path to example YAMLs in example READMEs
Signed-off-by: Nitish Malhotra <[email protected]>
  • Loading branch information
nitishm committed Oct 6, 2021
commit 8ee49bb4322f5d727e65ae4c7a09ed773e0c9d52
11 changes: 5 additions & 6 deletions examples/keptn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,35 +68,34 @@ The ConfigMap is used to configure the Keptn executor and contains the following
- *config.yaml* - This file contains the configuration for the `hey` load generator.

```shell
kubectl create -f bookinfo.yaml -n orkestra \
kubectl create -f bookinfo-keptn-cm.yaml -n orkestra
kubectl create -f examples/keptn/bookinfo.yaml -n orkestra \
kubectl create -f examples/keptn/bookinfo-keptn-cm.yaml -n orkestra
```

### Scenario 2 : Failed Reconciliation leading to Rollback

```shell
kubectl apply -f bookinfo-with-faults.yaml -n orkestra
kubectl apply -f examples/keptn/bookinfo-with-faults.yaml -n orkestra
```

## Cleanup

1. Delete the *bookinfo* `ApplicationGroup` and wait for the reverse workflow to complete

```shell
kubectl delete -f bookinfo.yaml -n orkestra
kubectl delete -f examples/keptn/bookinfo.yaml -n orkestra
```

2. Once the `ApplicationGroup` is deleted, delete the Keptn configuration configMap

> ⚠️ Deleting the Keptn ConfigMap before the `ApplicationGroup` will cause the reverse `Workflow` to fail causing cleanup to fail.

```shell
kubectl delete -f bookinfo-keptn-cm.yaml -n orkestra
kubectl delete -f examples/keptn/bookinfo-keptn-cm.yaml -n orkestra
```

<!-- ## Manual Testing


### Authenticate with keptn

```terminal
Expand Down