About 524,000 results
Open links in new tab
  1. Restart pods when configmap updates in Kubernetes?

    May 19, 2016 · How do I automatically restart Kubernetes pods and pods associated with deployments when their configmap is changed/updated? I know there's been talk about the ability to automatically …

  2. When should I use envFrom for configmaps? - Stack Overflow

    Feb 24, 2021 · When one of your teammate needs to add a new feature flag for example, simply adding it to the configmap is enough to enable it on all your deployments. In an other hand, if you organize …

  3. Is there a way to share a configMap in kubernetes between …

    Apr 4, 2019 · Inside each one of this namespaces we have several configMaps and secrets but there are a lot of share variables between the two environments so we will like to have a common file for …

  4. reactjs - Issue in injecting environment variables during runtime in ...

    Mar 25, 2025 · So even though your Kubernetes ConfigMap is correctly injecting the values into the container, your Vite app already had the environment variables "burned in" during the build step, …

  5. Update an existing kubernetes aws-auth configmap with terraform

    Dec 12, 2024 · Because that's a configmap deployed by EKS and not by terraform code. The Kubernetes provider doesn't inject data into existing configmap as I have understood.

  6. How do I attach a configmap to a deployment in Kubernetes?

    Feb 10, 2022 · You're trying to place the value of your configmap into an environment variable. First, have you created a configmap? Can you show us the corresponding manifest? Second, this (i.e., …

  7. How to mount entire directory in Kubernetes using configmap?

    Jan 8, 2018 · How to mount entire directory in Kubernetes using configmap? Asked 7 years, 11 months ago Modified 4 years, 10 months ago Viewed 40k times

  8. What's the best way to share/mount one file into a pod?

    Oct 29, 2015 · I was considering using secrets to mount a single file but it seems that you can only mount directory that will overwrites all the other content. How can I share a single config file without …

  9. Kubernetes add ca certificate to pods' trust root - Stack Overflow

    Aug 16, 2016 · In my 10-machines bare-metal Kubernetes cluster, one service needs to call another https-based service which is using a self-signed certificate. However, since this self-signed certificate …

  10. ConfigMap data (yml format) - Kubernetes - Stack Overflow

    Jul 2, 2019 · I have an application.yml (Spring) file, which has almost 70 fields, want to move those fields to ConfigMap. In the process of setup ConfigMap, have realized all the 70 fields has be flatened …