17960/restart-pods-when-configmap-updates-in-kubernetes
You can update a metadata label that is not relevant for your deployment. it will trigger a rolling-update
for example:
metadata: labels: configmap-version: 1
Use Deployments, and consider your ConfigMaps to be immutable.
When you want to change your config, make a new file called configmap and make chnages to that file and point your deployment to this new updated configmap file.
Immutable ConfigMaps is the right approach for me, too.
app-configmap-v11
setting new version configmap name in the deployment.yml, solves consistency problems too.
if you need to do this is ...READ MORE
You can use the writemany which should ...READ MORE
The basic idea is to start a ...READ MORE
I followed this tutorial on Hyper-V using ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
Hi Kalgi after following above steps it ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
Fabric8's Kubernetes Client is using a generated ...READ MORE
Hey @Shyam, you get this error because ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.