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
I have tried with all flavours of kubernetes provided by conjure-up and didn't add any add on also.
THanks in advance
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.