-
Notifications
You must be signed in to change notification settings - Fork 333
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
KDS extra errors on fresh startup #8505
Comments
|
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
@lobkovilya there is some level of ordering in go-control-plane now right? |
yes, there is some kind of ordering of envoy resources, but there is no support for custom resources https://github.com/envoyproxy/go-control-plane/blob/main/pkg/cache/types/types.go#L45 |
Does that work in DeltaXDS too @lobkovilya ? |
Yes, implemented here envoyproxy/go-control-plane#752 |
Ok IIRC @jakubdyszkiewicz argued this can't work exactly well because of the following reasons:
In any case we discussed having the list of resource types be overridable in such use cases. I believe that'd be quite good. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. |
Description
When you connect a zone and there's already global state there's a KDS NACK because we try to create the resources before the mesh.
This is not an actual problem as it's retried shortly after but creates noisy logs.
The text was updated successfully, but these errors were encountered: