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

Add conditions to Endpoints part of the EndpointSlices reflecting wadm application Service entries #27

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

joonas
Copy link
Member

@joonas joonas commented Apr 25, 2024

Feature or Problem

While working on something somewhat related, I noticed that third-party software that was trying to connect to the Services we create for wasmCloud applications could not do so.

After some spelunking, it turned out that the software in question was looking for the Ready condition of the Endpoints section of a given EndpointSlice, which was previously missing.

This fixes that.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@joonas joonas requested a review from protochron April 25, 2024 00:49
…m application Service entries

Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
@joonas joonas force-pushed the joonas/add-conditions-to-endpoints branch from 8b30620 to 1aa3942 Compare April 25, 2024 00:50
@joonas joonas merged commit 878a008 into wasmCloud:main Apr 26, 2024
5 checks passed
@joonas joonas deleted the joonas/add-conditions-to-endpoints branch April 26, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants