-
Notifications
You must be signed in to change notification settings - Fork 12
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
Kf 3597 feat base class charm - kfp persistence #268
Conversation
PR fails in CI due to K8S resources:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking interesting! Overall looking great. Pretty much everything commented on was just something that'll be fun to discuss with others as they try this out, not a right/wrong thing. Figuring out the best feel for the patterns will be fun
Local integration tests pass:
|
Done. |
Summary of changes: - Removed relation component and use imported one from chisme. - Modified compoent names according to new pattern. - Use MySQL DB in integration tests.
Summary of changes: - Using status from parent class. - Removed skipped bundle tests. - Modified code to use chisme unit testing.
Initial version of base-class based KFP Persistence Agent charm.
Summary of changes:
NOTE: Due to
deployment
parameter in PodSpec version,kfp-persistence
cannot be upgraded using Juju refresh:juju.errors.JujuAPIError: Juju on containers does not support updating deployment info for services.
Upgrade will be done by re-deploying the charm.