-
Notifications
You must be signed in to change notification settings - Fork 12
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
Upload pipeline from URL - PermissionDenied #54
Comments
Creating a pipeline using the file (downloaded from the same link) works. |
I was unable to replicate this with the https://pastebin.canonical.com/p/wY7WwSBbGw/, maybe im missing something? I had to remove description elements from the YAML, I was then able to upload the YAML, I was unable to use the YAML URL method due to issues with parsing YAML |
Maybe the problem is with the link - I will try with different one |
thanks @Barteus I forgot to caveat that I am running this on microk8s. I will try again with AKS |
@Barteus did a different work? If not, is it possible this is related to AKS? |
@VariableDeclared did you have RBAC enabled in microk8s? I have it enabled in the AKS cluster. |
indeed, Microk8s has it disabled by default. Enabled it now, restarting |
okay, I am now able to replicate the issue after ensuring RBAC is enabled on Microk8s |
I was able to reproduce this issue with our latest/edge versions. FYI, there is an upstream bug (kubeflow/pipelines#7196), and we'll follow up with upstream to see if this is fixed in Kubeflow 1.6. |
A similar error message came up in 1.7, when creating a pipeline from file
|
to clarify @NohaIhab's message, we see this in a pre-release version of 1.7 that we're currently testing. @NohaIhab your issue may be related to this issue, but it might also be that we're failed to deploy some RBAC. Can you show what permissions |
@ca-scribner running
when describing
I think we've missed the |
Concluding that the issue discussed above is not the same as this issue. Filed #156 and moving conversation there. |
Hi @Barteus, I checked the status of this issue in our latest version (1.7, soon to be released), and I could not reproduce. Please note I had to use a different I will update the issue once 1.7 is released, in the meantime, would you be able to provide another URL that we can use to ensure this error is not present anymore? |
Findings:
|
I just testing with Charmed Kubeflow 1.8/stable and I no longer see this issue.
this is just due to changes done in the |
closing this as it was resolved in ckf 1.8 and we cannot fix it in 1.7 because it's due to an upstream bug |
When creating the pipeline using the UI - import by URL, there is an error message:
Expected
The pipeline was successfully created.
Reproduce
Go to Pipelines in Kubeflow UI, fill in the name and description.
Import from URL - https://raw.githubusercontent.com/canonical/bundle-kubeflow/master/docs/examples/mnist.yaml
Press Create
The text was updated successfully, but these errors were encountered: