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
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.