-
Notifications
You must be signed in to change notification settings - Fork 83
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
right issue with train_pipeline.py job (chap 2) #140
Comments
Looks like you are missing the Role and RoleBinding. Look under the folder intro-to-ml-with-kubeflow-examples/ch2_seldon_examples/ applying the following and then try again. This should give you the required permissions. pipeline_role.yaml HTH |
Thx HTH, this works. |
@GodefroyClair, I am sorry for bringing up this issue I have been following the instructions of chapter 2 in the book First, I ran the step to create the training workflow pipeline. It ran successfully: After that, I logged in the Kubeflow UI via Next, I need to create a namespace. I tried to type in "kubeflow", as this is the namespace you use to run and encounter the error. But the namespace "kubeflow" is not allowed I have tried using other name for the namespace in this step (such as "anonymous"). But I found that in
The solution of @akhimji does not work Can you guide me how to run the experiments with the "kubeflow" namespace like you did, and what step am I doing wrong? |
When I try the pipeline of chapter 2 locally with minikube v1.18.1 & Docker version 20.10.5, I have the following error:
The text was updated successfully, but these errors were encountered: