Kubernetes installation with conjure up

2/20/2019

I am trying to install kubernetes with conjure-up in my Mac. I installed conjure-up with the help of brew. Once I start conjure-up I am not getting the option to install in localhost. Why is that?

I only see commands requirement as below

brew install conjure-up
conjure-up kubernertes 

Error

I have tried with all flavours of kubernetes provided by conjure-up and didn't add any add on also.

THanks in advance

-- user2449952
kubernetes

1 Answer

2/21/2019

Before using conjure-up on Localhost you need to setup your LXD on local machine. As mentioned in MacOs builds documentation you need to run:

brew install lxc

Then you need to run and configure LXD:

sudo lxd init

Then try again.

-- coolinuxoid
Source: StackOverflow