ROX-13092: Add openshift eventrouter to persist kubernetes events to CloudWatch#911
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test all |
| @@ -0,0 +1,39 @@ | |||
| apiVersion: apps/v1 | |||
| kind: Deploy,ent | |||
There was a problem hiding this comment.
| kind: Deploy,ent | |
| kind: Deployment |
| requests: | ||
| cpu: "100m" | ||
| memory: "128Mi" | ||
| volumeMounts: |
There was a problem hiding this comment.
There is some inconsistent indentation. Maybe you can run a formatter like prettier to make it consistent?
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhybrillou, stehessel The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Description
The goal here is to persist kubernetes events to cloudwatch in order to ease later troubleshooting of issues.
This relies on the openshift eventrouter component.
Checklist (Definition of Done)
- [ ] Unit and integration tests addedTest manual- [ ] Documentation added if necessary (i.e. changes to dev setup, test execution, ...)ROX-12345: ...Test manual
TODO: Add manual testing efforts