Skip to content

Conversation

@dmvolod
Copy link
Contributor

@dmvolod dmvolod commented Apr 29, 2022

Fixes #1871

@dmvolod dmvolod changed the title WIP: Add operator deployment liveness and readiness probes Add operator deployment liveness and readiness probes Apr 29, 2022
@dmvolod
Copy link
Contributor Author

dmvolod commented May 16, 2022

@FxKu could you please to have a look at this issue and possibility to fit it into 1.8.x or 1.9 release
Thanks in advance

@dmvolod dmvolod requested a review from idanovinda as a code owner May 18, 2022 06:04
@FxKu FxKu added this to the 1.9 milestone May 19, 2022
@FxKu
Copy link
Member

FxKu commented May 19, 2022

At Zalando we consider liveness probes as something to avoid. The readiness probe might a good addition, though.

@dmvolod
Copy link
Contributor Author

dmvolod commented May 19, 2022

At Zalando we consider liveness probes as something to avoid. The readiness probe might a good addition, though.

Good point, thanks. Will adopt it to utilize readiness probe only.

@dmvolod dmvolod changed the title Add operator deployment liveness and readiness probes Add operator deployment readiness probes May 20, 2022
@dmvolod dmvolod changed the title Add operator deployment readiness probes Add operator deployment readiness probe May 20, 2022
go c.runPostgresTeamInformer(stopCh, wg)
}

go c.apiserver.Run(stopCh, wg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it needed to move this line further down. We have talked about it before, haven't we?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, seems to we don't need to modify this sequence, as API server should be running as latest go-routine, but it's not implemented. Changes reverted

@FxKu
Copy link
Member

FxKu commented Jan 5, 2023

👍

1 similar comment
@idanovinda
Copy link
Member

👍

@FxKu FxKu merged commit 625e804 into zalando:master Jan 5, 2023
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.

Add operator deployment readiness probes

3 participants