-
Notifications
You must be signed in to change notification settings - Fork 92
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
Unexpected error log #405
Labels
kind/bug
Something isn't working
Comments
@lec-bit Can you take a look |
Istiod log
|
The query operation is performed before the add operation. As a result, the query fails and a large number of errors are reported. |
kmesh/pkg/controller/security/caclient.go Line 91 in 76f66df
The ctx doesn't contain ClusterID key. |
Fixed it in #416 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kmesh version:
kmesh-daemon version
{
"gitVersion": "1.0-dev",
"gitCommit": "12b8d0cb37809d17ad49f52d6d0ac8e2c0701f52",
"gitTreeState": "clean",
"buildDate": "2024-05-31T02:41:37Z",
"goVersion": "go1.22.1",
"compiler": "gc",
"platform": "linux/amd64"
}
Others:
The text was updated successfully, but these errors were encountered: