We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What would you like to be added: 覆盖原地升级能力的多版本配置管理
Why is this needed: 在 大量数据/模型 加载场景下,为提高迭代速度,原地升级目前已经成为我们的基本能力,当前主要使用cloneset。 在我们的业务场景中,模型应用更新时主要为数据版本更新,当前通过Env进行控制。 由于数据版本和代码不兼容时,可能需要通过更新镜像进行修复;数据版本在此过程中期望不变化,从而保持数据版本验证进度及不同数据版本仍可提供服务。 期望能够有类似 EnvSet/ConfigMapSet 的控制器,在cloneset之外旁路的管理多版本Env,从而实现镜像发布与配置发布解耦
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added:
覆盖原地升级能力的多版本配置管理
Why is this needed:
在 大量数据/模型 加载场景下,为提高迭代速度,原地升级目前已经成为我们的基本能力,当前主要使用cloneset。
在我们的业务场景中,模型应用更新时主要为数据版本更新,当前通过Env进行控制。
由于数据版本和代码不兼容时,可能需要通过更新镜像进行修复;数据版本在此过程中期望不变化,从而保持数据版本验证进度及不同数据版本仍可提供服务。
期望能够有类似 EnvSet/ConfigMapSet 的控制器,在cloneset之外旁路的管理多版本Env,从而实现镜像发布与配置发布解耦
The text was updated successfully, but these errors were encountered: