Raymond Pinto
Raymond Pinto
@k15r Agree! That's what I wrote in the `Troubleshooting` section. And this could potentially impact the flow of events that are configured correctly and are enabled.
Although [this bug](https://github.com/kyma-project/kyma/issues/14154) was resolved, the problem of syncing the subscription with the NATS infra is still a problem and needs to be addressed as part of this issue. If...
@k15r Q: Say we have a subscription with 3 valid filters and the respective subscriptions are created on the infra. The user adds the fourth filter to the same subscription...
Also look into the readiness checks!
We only need to think of a way to tackle the first step above. The steps 2-4 can be added as a target in the makefile and step 5 can...
With the introduction of [this](https://github.com/kyma-project/kyma/pull/15896) PR, the above 6 steps will reduce to 3 following steps: - `export ENABLE_NEW_CRD_VERSION=true` - `make copy-crds` - `./bin/kyma-darwin deploy --source=local -w /localdir/kyma --value eventing.controller.enableNewCRDVersion=true`
Current status: We are going to use helm chart to create the certificate, which will have a long validity period! @muralov please update the ticket if there is more to...
We need this on release 2.8 as well as a hot fix!
I agree with @mfaizanse that [this](https://github.com/kyma-project/kyma/issues/15684) is a pre requisite to this ticket! And yes we need the upgrade job as well!
For the fast-integration tests: we need to obtain the ENV variable "ENABLE_NEW_CRD" set from the pipeline, as done [here](https://github.com/kyma-project/kyma/blob/40351fe8c55d477add284960798836b89b57c992/tests/fast-integration/eventing-test/utils.js#L17) and based on this value check the relevant fields of the...