-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
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
对接istio 中MCP-OVER-XDS 这种方式有计划支持吗? #4856
Comments
@siaron 已经实现,最近会提交pr,下一个1.x版本会发布。 |
This was referenced Mar 16, 2021
KomachiSion
pushed a commit
that referenced
this issue
Mar 31, 2021
@lzp0412 我想了解一下,现在MoX的方案,是做的全量下发还是增量下发呢? |
结论:全量下发! 参考以下源代码的实现 func (a *ADSC) handleMCP(gvk []string, resources []*any.Any) {
} 由于涉及到资源的删除情况,目前源代码的做法是每次将内存中的资源和 mcp 中推送过来的资源做对比,假设某个资源内存中有,但是推送过来的资源没有的话,会触发删除这个资源的操作。 鉴于这个机制,所以目前做的都是全量下发。 |
@devincd I see, thanks a lot. |
这个目前支持的istio版本是多少? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.google.com/document/d/1lHjUzDY-4hxElWN7g6pz-_Ws7yIPt62tmX3iGs_uLyI/edit#
The text was updated successfully, but these errors were encountered: