harbur / kubernetic

Kubernetic - Supercharge your Kubernetes clusters
https://kubernetic.com
276 stars 26 forks source link

Not able to start kubernetic on ubuntu:16.04 #79

Open Harishkrishna17 opened 5 years ago

Harishkrishna17 commented 5 years ago

Hi,

I have downloaded the tar file of kubernetic and extracted the same, How can start it ??

I don't find any documentation for the same, Please help

Thanks

cwissp commented 5 years ago

Run the following commands on your teminal:

sudo apt -y install libgconf2-4 sudo apt -y install libcanberra-gtk-module

You should be able to open Kubernetic after that.

mklettner commented 5 years ago

Run the following commands on your teminal:

sudo apt -y install libgconf2-4 sudo apt -y install libcanberra-gtk-module

You should be able to open Kubernetic after that.

Thanks @kristoff-hurr . Got it working after installing the packages. But i guess you have a typo in there -> libgconf-2-4

sudo apt -y install libgconf-2-4 libcanberra-gtk-module