kubeflow / website

Kubeflow Website
https://www.kubeflow.org
Creative Commons Attribution 4.0 International
150 stars 775 forks source link

SparkOperator - Link to spark-rbac.yaml is broken #3892

Open vikas-saxena02 opened 2 weeks ago

vikas-saxena02 commented 2 weeks ago

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:

  1. Add the old spark-rbac.yaml under some path e.g. examples/spark
  2. 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.

ha2hi commented 2 weeks ago

Hi,

As you said, when we click spark-rbac.yaml in the docs, it says "page not found".

Recently I added it to the YAML file at that location. And a PR for website modification has been sent.

vikas-saxena02 commented 2 weeks ago

Hi,

As you said, when we click spark-rbac.yaml in the docs, it says "page not found".

Recently I added it to the YAML file at that location. And a PR for website modification has been sent.

Awesome mate, Lets get your PR merged and thanks for the effort!!