You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR stackabletech/issues#675 fixed a bug in operator-rs build_rbac_resources to improve ServiceAccount / RoleBinding deployment.
The spark-k8s operator uses its own method build_history_role_serviceaccount (only required for the history server). Although that method does not introduce the bug fixed in stackabletech/issues#675, it differs in terms of naming the ServiceAccount and RoleBinding (missing suffixes -serviceaccount and -rolebinding respectivly).
This should be consolidated.
A quick test lead to label differences of the ServiceAccount / RoleBinding. This needs investigation.
Generated labels using the spark-k8s-ops build_history_role_serviceaccount:
Issue checklist
PR stackabletech/issues#675 fixed a bug in operator-rs
build_rbac_resources
to improve ServiceAccount / RoleBinding deployment.The spark-k8s operator uses its own method
build_history_role_serviceaccount
(only required for the history server). Although that method does not introduce the bug fixed in stackabletech/issues#675, it differs in terms of naming the ServiceAccount and RoleBinding (missing suffixes-serviceaccount
and-rolebinding
respectivly).This should be consolidated.
A quick test lead to label differences of the ServiceAccount / RoleBinding. This needs investigation.
Generated labels using the spark-k8s-ops
build_history_role_serviceaccount
:vs generated via operator-rs
build_rbac_resources
(only using cluster resourcesget_required_labels
method):The text was updated successfully, but these errors were encountered: