gravitational / workshop

Docker, Kubernetes and Gravity Trainings by Gravitational

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be consistent about if :5000 is included in the registrry variable or not

erikmartino opened this issue · comments

I would much prefer the k8s101.md version. So you can easily use an external registry.

k8s101.md:$ export registry="$(kubectl get svc/registry -ojsonpath='{.spec.clusterIP}'):5000"
k8sprod.md:$ export registry=$(kubectl get svc/registry -ojsonpath="{.spec.clusterIP}")
commented

We're winding down the Gravity project, and archiving this repo as part of that work.