-
Notifications
You must be signed in to change notification settings - Fork 56
Kubernetes Probes #142
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
Merged
Merged
Kubernetes Probes #142
Changes from 33 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
8e7a51b
wip
0xForerunner 39ef56e
wip
0xForerunner e49f054
wip
0xForerunner f77ff56
wip
0xForerunner 6249337
clean things up
0xForerunner 0641965
fix for cloned service
0xForerunner 79bab4a
cleanup process_response
0xForerunner 8ceabac
eyre bail
0xForerunner bf55d6e
remove unnecessary deps
0xForerunner b9b242e
Add kubernetes probe layer
0xForerunner 121bb2b
implement health/ready check logic
0xForerunner 2e1ce26
modify ready logic
0xForerunner 04678f7
fix comment/feature
0xForerunner 7a3e0a0
delete old file
0xForerunner 0a1d9eb
working
0xForerunner adbf5f3
Update src/client/http.rs
0xForerunner 636f7e9
Merge branch 'main' into forerunner/proxy
0xForerunner f5e8f69
parse response cod
0xForerunner 7497301
clippy fix
0xForerunner fd321ac
Merge branch 'main' into forerunner/probes
0xForerunner de15894
Merge branch 'forerunner/proxy' into forerunner/probes
0xForerunner de3d03e
Merge branch 'main' into forerunner/probes
0xForerunner ddd6d9b
Probe docs
0xForerunner 9b60991
Switch to returning health status only from /healthz using http statu…
0xForerunner 74d723e
Update docs to describe health status codes
0xForerunner 2732c38
remove stray comments
0xForerunner 13a600b
cleanup, add tests
0xForerunner 98adf3a
remove stray comment
0xForerunner fdbc717
merge main
0xOsiris 8ba95f2
chore: rm mocks
0xOsiris 2a5c613
chore: fmt
0xOsiris 3b06bd9
fix: default to healthy status
0xOsiris fbfdb20
merge main
0xOsiris 6d8b40a
chore: fix dockerignore
0xOsiris a6a94ef
feat: add background process to query block height as a health check …
0xOsiris bb07cdf
fix: signatures
0xOsiris c6855a4
chore: update comments
0xOsiris eae3273
chore: clippy
0xOsiris 200b407
test: add tests
0xOsiris c4d0c76
fix: stress tests
0xOsiris f15e7c4
fix: change health check to check unsafe head progression on builder
0xOsiris 1cd09aa
chore: update doc comments
0xOsiris 0db4e36
fix: loop
0xOsiris 7cc6c08
chore: update comments
0xOsiris 7d5a863
Merge pull request #13 from flashbots/osiris/background-health-check
0xOsiris 505ad2a
merge main
0xOsiris 6d4afc0
Merge branch 'main' into forerunner/probes
0xOsiris File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,3 @@ docs/ | |
# Scripts that aren't needed for runtime | ||
scripts/ | ||
tests/ | ||
**/integration | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.