kubernetes · macos · minishift · openshift · x86_64

minishift: could not set oc CLI context for ‘minishift’ profile

I decided to install Minishift in the MacOS I’m using and during my first attempt I got the following (I pasted the full log): It took me a good amount of time to discover that doing the following solves the issue: And enables me to have Minishift up and running in MacOS:  

container · docker · linux · macos · x86_64

ubuntu: Err:1 https://dl.yarnpkg.com/debian stable InRelease

I was updating the docker image I use to do Linux stuff within a macOS Mojave and during the update, this error message appeared: To fix it, I had to import the the public key for that repository: With that, everything worked as expected: