-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Fix warnings generated from istioctl analyze #43589
Comments
cc @GregHanson if you have bandwidth |
will do - was wondering if there were any analyze additional messages we should generate for ambient |
The annotations depend on those listed in https://github.com/istio/api/blob/master/annotation/annotations.yaml. I believe they will become recognizable once we include them in the YAML. |
collecting a list of all items here #43437 |
@howardjohn based on #43614, it seems like istio/api#2695 is premature - should I limit the new labels I'm adding in the istio/api PR to just the offending ones from analyze? Or should find a way to keep the changes to |
I think we should filter out those that were not added by users. Currently, the result is full of 'Unknown annotation' messages. |
not stale |
not stale |
I'm getting the same warning after installing the bookinfo app
|
This is not a related problem. |
I'm on the following version
|
Can you upgrade the istioctl version to 1.20.0 to see if there are still warnings? |
Upgrading istioctl version solved the warning.
Previously, I had installed istio from my linux package manager. Normally it's frequently updated and has the latest versions. But in this specific case, it was 1.16, but the latest was 1.20. And i guess, that was somehow throwing that warning. Thank you for the help. |
Yeah we have fixed several analysis issues in different versions, so it's always good to use the latest istioctl versions. |
@hanxiaop are the issues reported here all fixed? Let me know - i can try latest code base |
yes. I think, this issue can be closed. |
This has been fixed, I'll close the issue. |
Bug Description
Might be good to update this message too that we ask user either label for sidecar or ambient.
Version
Additional Information
No response
The text was updated successfully, but these errors were encountered: