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-server对于多个DB进行授权的处理机制为:针对每一个待授权的DB向pod内注入对应DB的init授权容器。多DB时无法并行授权,容器启动与销毁的开销被放大,pod启动时间过长
解决方案描述
The text was updated successfully, but these errors were encountered:
DeveloperJim
No branches or pull requests
feature相关背景与描述
目前webhook-server对于多个DB进行授权的处理机制为:针对每一个待授权的DB向pod内注入对应DB的init授权容器。多DB时无法并行授权,容器启动与销毁的开销被放大,pod启动时间过长
解决方案描述
The text was updated successfully, but these errors were encountered: