-
Notifications
You must be signed in to change notification settings - Fork 460
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
User "system:serviceaccount:kubeflow:default" cannot create resource "experiments" in API group "kubeflow.org" in the namespace "kubeflow" #2447
Comments
Could you check if you have appropriate permissions to operate Experiment? kubectl auth can-i create experiments.kubeflow.org |
The code run in k8 pod, and kubectl is not installed in container image, how do i find another method to check auth |
Sorry for the late reply @Yumeka999, can you check the ServiceAccount that attach to your Kubernetes pod?
After that use that SA to check the permissions:
|
/remove-label lifecycle/needs-triage |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
thank you |
What happened?
when i run torch mnist code with katib in pod which in kubeflow namespace.
What did you expect to happen?
run code and get normal status
Environment
Kubernetes version:
Katib controller version:
Katib Python SDK version:
Impacted by this bug?
Give it a 👍 We prioritize the issues with most 👍
The text was updated successfully, but these errors were encountered: