kontena / pharos-cluster

Pharos - The Kubernetes Distribution
https://k8spharos.dev/
Apache License 2.0
311 stars 43 forks source link

pharos 1.3.0 ubuntu/bionic - needed to add "universe" repository #586

Closed jeremy-moore closed 6 years ago

jeremy-moore commented 6 years ago

Using Ubuntu 18.04 (bionic) installed from iso on physical machine. I got the following error:

pharos-cluster up ... ... [pharos-worker-1] got error (Pharos::SSH::RemoteCommand::ExecError): SSH exec failed with code 100: configure-docker.sh ...

This was fixed by adding the ubuntu "universe" package repository as follows:

sudo add-apt-repository universe

jeremy-moore commented 6 years ago

Maybe similar to #476

snoop244 commented 6 years ago

Same problem. I've been pulling my hair out on this. Install to 18.0.4 was failling as Pharos couldn't find docker.io, though it was installed. Your solution worked.

Much appreciated.

jakolehm commented 6 years ago

Documentation is now updated, see: https://www.pharos.sh/docs/requirements.html#other-requirements