Muhammad Faizan

Results 17 issues of Muhammad Faizan

**Description** Changes proposed in this pull request: - Added script in `skr-test` to only provision or deprovision SKR. - Fixed OIDC tests when run with `SKIP_PROVISIONING=true`. **Related issue(s)**

do-not-merge/hold
size/L

Pre-requisite: - https://github.com/kyma-project/kyma/issues/15011 Once we have the critical alerts in-place. Discuss if it would be beneficial to add more alerts for JetStream. **Tasks:** - [ ] Alert when the stream...

area/eventing

Before we start the implementation of https://github.com/kyma-project/kyma/issues/15046, we need to investigate and answer some questions. **Tasks**: - Does using the /healthz?js-enabled=true&js-server-only=true really resolve the issue when jetstream gets disabled. -...

area/eventing

As a follow up of [ticket](https://github.com/kyma-project/kyma/issues/14964). **Pre-requisites:** - https://github.com/kyma-project/kyma/issues/15096 **Tasks:** - [ ] [Suggestion 1] Change [liveness check](https://github.com/nats-io/k8s/blob/22478d2cc639117b2e357e52fc9fc581363f5bcd/helm/charts/nats/templates/statefulset.yaml#L416) from `/` endpoint to `/healthz` because `/healthz` [internally](https://github.com/nats-io/nats-server/blob/7d85a84ef940beda1aeaf3888aecfc7ab39bde43/server/monitor.go#L2945) also does some health...

area/eventing

**Description** Changes proposed in this pull request: - Bumped kyma override version in eventing fast-integration tests to `2.5.2`

size/XS

Since, we are almost done with JetStream, we should some more chaos testing for Eventing with random scenarios (to find bugs like [this](https://github.com/kyma-project/kyma/issues/14371)). Some examples: - Delete the eventing-controller /...

area/eventing

Currently, in the [`bindConsumersForInvalidNATSSubscriptions`](https://github.com/kyma-project/kyma/blob/0d398da15649c744f80b11b85b48a1dd8aca871b/components/eventing-controller/pkg/handlers/jetstream.go#L354) method, we are checking if the subscriber is invalid, then we are creating a new subscriber and binding it to the existing consumer. Preferably, we should...

area/eventing

As a follow up of [ticket](https://github.com/kyma-project/kyma/issues/14964). If any I/O error happens then NATS Server will just disable JetStream in that NATS instance and start reporting 200 OK in the health...

area/eventing

Since we now have the proposals for Subscription Spec and status, now we need to come up with the approach for upgrade scenario. **Objectives:** - [ ] Come up with...

area/eventing

**Description** In the [eventing toubleshooting guide](https://kyma-project.io/docs/kyma/main/04-operation-guides/troubleshooting/eventing/evnt-01-eventing-troubleshooting/), the steps are explained to be done using command line. It would be good to also explain the steps to be done using kyma...

area/documentation
area/eventing