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.

docker disappeared

See original GitHub issue

Docker disappeared from microk8s:

root@kube:~# microk8s.docker
microk8s.docker: command not found
root@kube:~# ls /snap/bin/  
microk8s.config  microk8s.ctr  microk8s.disable  microk8s.enable  microk8s.inspect  microk8s.istioctl  microk8s.kubectl  microk8s.reset  microk8s.start  microk8s.status  microk8s.stop
root@kube:~# cat /etc/issue
Ubuntu 18.04.2 LTS \n \l

It it still going to be used in the project? Is there an alternative to inspect what kube is doing in the background?

If this was a planned change, is there documentation/release notes?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:37
  • Comments:74 (19 by maintainers)

github_iconTop GitHub Comments

12reactions
ktsakalozoscommented, Mar 26, 2019

Hi,

Indeed in the 1.14 release contanerd replaced dockerd. We gave the heads up on this change in the on this topic https://discuss.kubernetes.io/t/containerd-and-security-updates-on-the-next-microk8s-release/4844 and on the #microk8s channel at https://k8s.slack.com/ some time ago. For those who cannot do the transition dockerd is available from the 1.13 channel:

snap install microk8s --classic --channel=1.13/stable

One of the reasons why we moved ahead with containerd is that a few users wanted to deploy MicroK8s next to a local dockerd and that was causing unexpected issues. As @gun1x mentions this should not be a problem anymore.

@mattiasarro, I am not aware of how you are using dockerd. Could you provide more info so we can offer some suggestions?

Apologies for any inconvenience we may have cause.

11reactions
g00nixcommented, Mar 27, 2019

We gave the heads up on this change in the on this topic https://discuss.kubernetes.io/t/containerd-and-security-updates-on-the-next-microk8s-release/4844 and on the #microk8s channel at https://k8s.slack.com/ some time ago.

Do you think it is possible to document changes in the release history on git? People have a tendency to pick their specific socializing platforms (example: facebook, telegram, irc), so they might miss the news if it’s announced on slack, and I also doubt everybody is subscribed to discuss.kubernetes.io. Documenting stuff within git would help a lot, since everybody will go back to the git repo when there is an issue.

I think this would be great as the user base of microk8s grows. It’s a very cool product and I think that helping the community with extended documentation would help microk8s become even better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

All docker containers, images disappeared - General
Found out today that all my docker images, containers are all gone. Only thing I remember doing was to install the local registry...
Read more >
Docker container disappears without notice - Stack Overflow
Sometimes (maybe every 1-2 days) the docker container just disappears (doesnt show when docker ps ) and as a result, my server goes...
Read more >
Why do Docker containers just disappear from my list? - Reddit
I applied a mapping change and now my Plex docker has vanished from my dashboard and my list of dockers. What the heck...
Read more >
[SOLVED] Docker container missing...but only one...
This morning, I noticed one of my Docker containers, Krusader, was missing. I thought this was odd as, sure I haven't used it...
Read more >
Missing Docker containers after reboot? | Linode Questions
My Linode rebooted for the first time since creating my Docker containers, and now they seem to be missing. Nothing shows up when...
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