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
feature相关背景与描述 原地升级功能中,如果新的容器镜像拉取很慢,会导致服务长时间不可用,镜像预加载的作用是在原地升级功能中,先加载升级的镜像,再执行原地升级(停止旧容器,启动新容器)操作。
解决方案描述 镜像预加载功能以webhook的形式存在,能够兼容多种支持原地升级的workload,如bcs的gamedeployment、gamestatefulset或openkruise的cloneset等。 该功能以插件的方式集成到bcs-webhook-server中。
首次提交仅支持bcs-gamedeployment workload。
The text was updated successfully, but these errors were encountered:
feature: image loader plugin for webhook server, issue TencentBlueKin…
222d750
…g#684
fix: imageloader plugin, issue TencentBlueKing#684
a999021
1876fd6
Merge pull request #685 from stonewesley/master
fdd54f4
feature: image loader plugin for webhook server; issue #684
feature: image loader support gamestatefulset, issue TencentBlueKing#684
6a47920
541cb77
Merge pull request #711 from stonewesley/master
77c5d3c
feature: image loader support gamestatefulset, issue #684
DeveloperJim
No branches or pull requests
feature相关背景与描述
原地升级功能中,如果新的容器镜像拉取很慢,会导致服务长时间不可用,镜像预加载的作用是在原地升级功能中,先加载升级的镜像,再执行原地升级(停止旧容器,启动新容器)操作。
解决方案描述
镜像预加载功能以webhook的形式存在,能够兼容多种支持原地升级的workload,如bcs的gamedeployment、gamestatefulset或openkruise的cloneset等。
该功能以插件的方式集成到bcs-webhook-server中。
首次提交仅支持bcs-gamedeployment workload。
The text was updated successfully, but these errors were encountered: