hello, I have a local dev setup that consists of d...
# random
j
hello, I have a local dev setup that consists of deploying flink on minikube; I'm interested in making some changes to the docker-entrypoint.sh and am curious how best to test these changes locally ... more details in thread
βœ… 1
what I've done so far is: 1. follow the instructions for starting a Kubernetes Cluster here 2. my impression is that I'll need to somehow rebuild the image so that the container gets deployed with the changes I've made, but am struggling to understand how to get this done
s
either build a new container, or you might be able to just mount in a new version of the entrypoint on top of the existing one
πŸ‘€ 1
j
ah simple enough, went ahead and just used a new entrypoint