admin管理员组文章数量:1403071
We currently have dataflow/skipper setup to manage streams in our environment deployed in kubernetes.
When making a deployment change, the next deployment / statefulset appends the incremented version number.
So if deployment name generated is streamname+appname+_v1 or _v2 etc.
My question is, can we add a property that would suppress this number from deployment/statefulset names.
Need for this ask is to address this scenario. We have a shared volume mount that will be added into these deployments to ensure that apps can use a common local share for our rocksdb temp storage used by kafka streams.
we have a statefulset, which creates a PVC/PV which has the statefulset name with version number in it. SO everytime a new deployment is done, rocksdb tempstore needs to be fully downloaded rather than use the prior cache from earlier deploy.
To achieve this it would help to have a common name, but may be use labels internally to differentiate change.
本文标签: How to suppress version number suffix from spring cloud data flow deployment nameStack Overflow
版权声明:本文标题:How to suppress version number suffix from spring cloud data flow deployment name - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744391687a2604010.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论