Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 212 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 212 Bytes
IMAGE=localhost:32000/distro-test; docker build . -t $IMAGE && docker push $IMAGE;kubectl delete pod foodistro -ntest;kubectl run --image $IMAGE foodistro -n test --image-pull-policy=Always --port=8080