nre-learning / antidote-selfmedicate

Configs and scripts for spinning up a local instance of Antidote on your laptop for testing and lesson development
Apache License 2.0
12 stars 19 forks source link

Running antidote-selfmedicate locally is broken by netskope on Juniper corporate laptop #9

Closed mmellin closed 5 years ago

mmellin commented 5 years ago

Locally running NRE labs via minikube and virtualbox on OSX crashes when Netskope intercepts SSL web calls to storage.googleapis.com and k8s.gcr.io. To get around these issues corporate laptops need to reach out to IT, create a case, and receive the following certs:

After this the user must make a directory structure under ~/.minikube and copy in certificates:

$ mkdir -p ~/.minikube/files/etc/ssl/certs $ cp netskopeint.pem ~/.minikube/etc/files/ssl/certs $ cp netskoperoot.pem ~/.minikube/etc/files/ssl/certs

    NOTE: verify permissions are at least 644 at least on these cert files.

$ minikube start or ./anti-up.sh should now function

cloudtoad commented 5 years ago

Closing this issue out.