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.

Failed to enable kubeflow

See original GitHub issue

inspection-report-20200211_171636.tar.gz

  • Error Message:
$ microk8s.enable kubeflow
Enabling dns...
Enabling storage...
Enabling dashboard...
Enabling ingress...
Enabling rbac...
Enabling juju...
Kubeflow could not be enabled:
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
 22  116M   22 25.8M    0     0  51231      0  0:39:39  0:08:48  0:30:51 71301
curl: (18) transfer closed with 94828385 bytes remaining to read

Command '('microk8s-enable.wrapper', 'juju')' returned non-zero exit status 1
Failed to enable kubeflow
  • microk8s version:
$ sudo snap find microk8s
Name      Version  Publisher   Notes    Summary
microk8s  v1.17.2  canonical✓  classic  Kubernetes for workstations and appliances

Maybe this issue is same as #943 but I’m a microk8s newbie and cannot make a correct judgement about it.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:72 (31 by maintainers)

github_iconTop GitHub Comments

5reactions
ktsakalozoscommented, Feb 17, 2020

You could snap install juju and then cp /snap/juju/current/bin/juju /var/snap/microk8s/current/bin/. Note this is a hack.

2reactions
knkskicommented, Apr 9, 2020

@SpudAldridge, @rickyking: I believe #1099 will fix the issue you’re running into. That’s available on edge now (sudo snap switch microk8s --channel edge && sudo snap refresh), or will be available on stable in a few days via #1104.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to enable kubeflow · Issue #1439 · canonical/microk8s
In my case, the issue turned out to be that the local dns hostname didn't match the machine name (eg my machine name...
Read more >
Failed to enable kubeflow - Stack Overflow
I'm trying to eable Kubeflow on microk8s (single machine installation) but I got an error: Is the following: # sudo microk8s.enable kubeflow ......
Read more >
Unable to enable kubeflow on macOS: "This command can't ...
Hello, I'm attempting to run Kubeflow on MicroK8s on macOS Catalina (10.15.7). I installed microk8s according to the instructions at ...
Read more >
Installing Kubeflow Ubuntu Studio 20.04 then "Couldn't ...
Failed to enable kubeflow. The network connection is fine and stable.I've tried rebooting and retrying. I searched and found one recommendation ...
Read more >
Quick start guide to Kubeflow - charm - Juju Discourse
Hello, You'll need to run microk8s enable storage dns first, but you should install the latest juju snap using sudo snap install juju...
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