英文:
How can we keep track of changes in config maps?
问题
Sometimes recent changes done in config maps are needed , how can we retrieve this history?
Is there any utility provided by k8s to keep track of these changes?
If not , How can we achieve it?
My env is made up of OCP,K8S
英文:
Sometimes recent changes done in config maps are needed , how can we retrieve this history?
Is there any utility provided by k8s to keep track of these changes?
If not , How can we achieve it?
My env is made up of OCP,K8S
答案1
得分: 2
What kind of data are you storing in config maps? There is no utility provided by Kubernetes. You really need to treat config as code and store config maps in your source code version control system like git.
英文:
What kind of data are you storing in config maps?There is no utility provided by Kubernetes.You really need to treat config as code and store config maps in your source code version control system like git.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论