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

Make readiness state of EPP dependant on availability of NATS #49

Merged
merged 3 commits into from
Jan 16, 2024

Conversation

grischperl
Copy link
Contributor

@grischperl grischperl commented Jan 11, 2024

Description
In the past, it was necessary to decouple the readiness of EPP from NATS as done here: kyma/#18307. This was due to the move to modular Kyma, where the EPP was always present in the cluster. However, if no NATS module was installed, the EPP was in CrashLoopBackOff.

This needs to be undone, as now Eventing is completely modular to ensure no event loss during rollout of new EPP pods.

Changes proposed in this pull request:

  • Base readiness of EPP on availability of NATS

Related issue(s)

#46

@grischperl grischperl requested a review from a team as a code owner January 11, 2024 14:29
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jan 11, 2024
@grischperl grischperl linked an issue Jan 11, 2024 that may be closed by this pull request
4 tasks
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 16, 2024
@kyma-bot kyma-bot merged commit 859d9df into kyma-project:main Jan 16, 2024
7 checks passed
kyma-bot pushed a commit that referenced this pull request Jan 16, 2024
* Bump image for epp 1.0.0 release (#43)

* Fix link to NATS CR (#48)

* Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#40)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0.
- [Commits](golang/oauth2@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/nats-io/nats-server/v2 from 2.10.7 to 2.10.9 (#47)

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.7 to 2.10.9.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.10.7...v2.10.9)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/nats-io/nats.go from 1.31.0 to 1.32.0 (#50)

Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.31.0 to 1.32.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.31.0...v1.32.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Make readiness state of EPP dependant on availability of NATS (#49)

* Make readiness state of EPP dependant on availability of NATS

* Sort imports

* Bump image in sec-scanner-config for release (#53)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@grischperl grischperl added this to the 1.0.1 milestone Jan 16, 2024
the1bit pushed a commit that referenced this pull request Sep 3, 2024
* Make readiness state of EPP dependant on availability of NATS

* Sort imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base readiness of EPP on availability of its NATS-connection
3 participants