-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use the CommonConfiguration structure for roles. #277
Conversation
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.
As mentioned before, docs for the roles.rs file would be great, and some of the tests don't look right.
docs/modules/spark-k8s/examples/example-sparkapp-external-dependencies.yaml
Show resolved
Hide resolved
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.
LGTM!
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.
Just a couple of minor things.
Co-authored-by: Andrew Kenworthy <[email protected]>
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.
LGTM!
Description
Part of #273
Refactor the SparkApplication CRD to be more in line with other operators.
The three main roles (job, driver and executor) are now concrete
RoleGroup
objects under anRole
named "default" that is constructed by the operator internally.Definition of Done Checklist
Author
Reviewer
Acceptance