-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(deploy): separate -storage and -db pods #923
feat(deploy): separate -storage and -db pods #923
Conversation
3df1d31
to
9163ac7
Compare
/build_test |
|
@ebaron every scorecard test in the run seems to have
(that first piece is an automated analysis rule result snippet) any idea what that's about? Is it a timeout? |
/build_test |
|
Looks like this one failed due to timeout in the most recent run:
|
Weird. I can reproduce the failure locally with |
|
#964 ^ |
This PR/issue depends on:
|
/build_test |
|
Rebased since #968 was merged to main, along with other recent changes. Target to a new upstream
|
To test:
i.e. the database and storage are separate Deployments with individual Services. |
internal/controllers/common/resource_definitions/resource_definitions.go
Outdated
Show resolved
Hide resolved
internal/controllers/common/resource_definitions/resource_definitions.go
Outdated
Show resolved
Hide resolved
Hmm, I broke something in that last set of refactoring. I'll figure it out after lunch. |
|
/build_test |
|
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Fixes: #814
Depends on #968