Alena Varkockova

Results 16 issues of Alena Varkockova

**What happened**: Failed test `kudo/harness/terminal-failed-job` on a PR introducing a KEP (no code) **What you expected to happen**: no failure **How to reproduce it (as minimally and precisely as possible)**:...

kind/bug
flaky test

**What happened**: https://app.circleci.com/pipelines/github/kudobuilder/kudo/5550/workflows/05b77ccc-9174-4a58-9713-2611aa5bc32c ``` logger.go:42: 09:56:27 | cert-manager-detection/6-install-kudo | ✅ installed crds logger.go:42: 09:56:27 | cert-manager-detection/6-install-kudo | ✅ installed namespace logger.go:42: 09:56:27 | cert-manager-detection/6-install-kudo | ✅ installed service account logger.go:42:...

kind/bug
flaky test

**What would you like to be added**: Extend cert-manager validation to wait for the webhook pod to prevent the following error from happening. ``` k get deployment -n cert-manager NAME...

kind/enhancement

**What would you like to be added**: Integration tests currently run following command: ``` commands: - command: |- sh -c ' KUDO_CERT_DIR="./test/cert" ./bin/manager ' background: true - command: sleep 5...

kind/enhancement

Issue Type: - [ ] Bug report - [x] Feature request **What happened**: I saw that you do polling of marathon state and it already caused some performance problems as...

It would be great to have option to ignore order of items in slices/maps and just assert that it contains the same element.

**What would you like to be added**: When you create assert like this, everything passes but the problem is that Commands is uppoercase but should be lowercase. We should prevent...

To be able to guarantee that availability is not affected, we need to be sure redpanda node rejoined raft groups so we can move on to another node (during update/upgrade...

kind/enhance
area/redpanda
area/k8s

Closes #395 this will allow easier integration seyren with other alerting services (e.g. icinga)

We have Seyren integrated with Icinga - where we have our alerts and escalations. Icinga and Seyren are connected through HTTP subscription. In order to do proper escalations, we need...