如何跟踪配置映射中的更改?

huangapple go评论69阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年1月6日 17:17:57
  • 转载请务必保留本文链接:https://go.coder-hub.com/59609428.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定