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
The link to create serviceAccount for driver pods in the Kubeflow Website is broken
In the Getting Started page for SparkOperator, there is a section on creating service account for driver pods which mentions the link to spark-rbac.yaml which no longer exists. The service accounts are now being dynamically created as per the templates in charts/spark-operator-chart/templates/spark/serviceaccount.yaml and charts/spark-operator-chart/templates/spark/rbac.yaml
I can think of two ways to fix this:
Add the old spark-rbac.yaml under some path e.g. examples/spark
Update the documentation with the naming convention for the new service accounts for driver pods
I am creating this issue here so that we can all land on a common solution.
The text was updated successfully, but these errors were encountered:
The link to create serviceAccount for driver pods in the Kubeflow Website is broken
In the Getting Started page for SparkOperator, there is a section on creating service account for driver pods which mentions the link to spark-rbac.yaml which no longer exists. The service accounts are now being dynamically created as per the templates in
charts/spark-operator-chart/templates/spark/serviceaccount.yaml
andcharts/spark-operator-chart/templates/spark/rbac.yaml
I can think of two ways to fix this:
examples/spark
I am creating this issue here so that we can all land on a common solution.
The text was updated successfully, but these errors were encountered: