question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable Kubeflow ask for authorization website (Ubuntu One) - access denied

See original GitHub issue

Hi

since a few days when enabling kubeflow, the script is opening firefox (crazy…) and opens the webpage https://api.jujucharms.com/identity/login, and asks for a login. I’ve never had this before. I have tried to register an account and login during kubeflow enabling. But also this is not working, i get the error:

Opening an authorization web page in your browser.
If it does not open, please open this URL:
https://api.jujucharms.com/identity/login-legacy?did=be0659fb7b0fc2f12588fc28bc2XxXxXxxXXxxXxXxXxx3496442e464a5efef30e722
[2020-12-22T13:14:18Z ERROR audio_thread_priority::rt_linux] setrlimit64: 1
ERROR cannot deploy bundle: cannot resolve URL "cs:~kubeflow-charmers/modeldb-backend-86": cannot resolve charm URL "cs:~kubeflow-charmers/modeldb-backend-86": cannot get "/~kubeflow-charmers/modeldb-backend-86/meta/any?include=id&include=supported-series&include=published": access denied for user "XXxxXXxx"

Command '('microk8s-juju.wrapper', 'deploy', 'cs:kubeflow-195', '--channel', 'stable', '--overlay', '/tmp/tmplq2baq_c')' returned non-zero exit status 1
Failed to enable kubeflow

I’m using microk8s (1.18/stable) v1.18.13

I’ve also tried newer versions of microk8s 1.19 and also 1.20. But both versions had also problems to enable kubeflow. inspection-report-20201222_142215.tar.gz

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
knkskicommented, Jan 6, 2021

@ereil: Also, you shouldn’t have to use sudo with microk8s, that’s probably what’s responsible for the error you got about ERROR cannot load ssh client keys: open /var/snap/microk8s/1864/juju/share/juju/ssh: permission denied

To fix that you can run these commands:

sudo chgrp -R microk8s /var/snap/microk8s/current/juju/
sudo chmod -R 775 /var/snap/microk8s/current/juju/
0reactions
knkskicommented, Feb 8, 2021

@ereil: the latest changes to microk8s enable kubeflow are being backported to 1.18 here:

https://github.com/ubuntu/microk8s/pull/1974

Going to close this issue as it works with latest/stable, and the above PR will backport that fix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable Kubeflow ask for authorization website (Ubuntu One ...
Hi since a few days when enabling kubeflow, the script is opening firefox (crazy..) and opens the webpage ...
Read more >
Add-on: Kubeflow - microk8s - Discuss Kubernetes
Looks like the same error as Enable Kubeflow ask for authorization website (Ubuntu One) - access denied · Issue #1843 · ubuntu/microk8s · ......
Read more >
Security - AppArmor - Ubuntu
AppArmor is a Linux Security Module implementation of name-based mandatory access controls. AppArmor confines individual programs to a set of listed files ...
Read more >
How can I get access to this cluster? - Stack Overflow
This is by design. This is a security control that doesn't allow outside access to Vagrant networking. You need to configure port forwarding ......
Read more >
Cannot open path of the current working directory: Permission ...
As the apparmor problem is identified, how to fix this one time for all ? ... {allow,deny} w, # cgroup: freezer # Allow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found