Skip to content
← Radar
29

Facilitate Configmap Rollouts Management Rolling Update

devops · 1 signals · 1 source

Evidence

  • Facilitate ConfigMap rollouts / management — To do a rolling update of a ConfigMap, the user needs to create a new ConfigMap, update a Deployment to refer to it, and delete the old ConfigMap once no pods are using it. This is similar to the orchestration Deployment does for ReplicaSets. One solution could be to add a Con

    GITHUB_ISSUES