workshop icon indicating copy to clipboard operation
workshop copied to clipboard

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

Open erikmartino opened this issue 4 years ago • 0 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}")

erikmartino avatar Nov 13 '19 08:11 erikmartino