-
Notifications
You must be signed in to change notification settings - Fork 819
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
Marking Gameservers with Evicted backing Pods as Unhealthy #1056
Marking Gameservers with Evicted backing Pods as Unhealthy #1056
Conversation
Build Failed 😱 Build Id: 7b8048a8-b1a1-47c5-a73b-65a79671a197 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
e309fbe
to
d9fe607
Compare
Build Failed 😱 Build Id: 3e80c8d3-10f4-4f0f-945f-69e9aefb3e81 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
d9fe607
to
8f938af
Compare
Build Failed 😱 Build Id: ca9d084a-369f-48b9-808f-93cf369abb63 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
8f938af
to
bceb0da
Compare
Build Succeeded 👏 Build Id: 4b52e352-2172-477f-8a33-6baf9ed3799f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Added an E2E test for this feature and the mark it as Ready for Review. |
bceb0da
to
e22df8d
Compare
Build Failed 😱 Build Id: 4dc94e91-f35f-4806-8030-a3f97f1141fc To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Add aditional health check for Gameservers Controller.
e22df8d
to
f1d4098
Compare
Build Succeeded 👏 Build Id: 84994d50-f1b6-460e-9e25-77a915801f2b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aLekSer, roberthbailey The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Failed 😱 Build Id: b51d434c-8f29-43b9-afe3-383b6605cc48 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: a051fbe6-8145-4c53-b24f-799e37b5d9f5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 7e4ed8f1-e563-4e95-8f07-785fc34f3dce The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Add additional health check to the
Gameservers
Controller.E2E test added which set Ephemeral Storage limit to 0 MB and wait for Unhealthy state.
Closes #1028 .