Skip to content

Conversation

@naemono
Copy link
Contributor

@naemono naemono commented Oct 30, 2025

Resolves #8797

This adds the option to suppress the client-go warnings we are seeing such as:

"message":"unknown field \"spec.transport.service.metadata.creationTimestamp\""

Questions

  1. Do we want to do this "globally"? I didn't initially see a way to target these specific warnings. (Probably directed towards @pebrc from his comments in 8797)
  2. Do we want to add an option to the operator flags to control this behavior?

Signed-off-by: Michael Montgomery <[email protected]>
@naemono naemono added the >bug Something isn't working label Oct 30, 2025
@prodsecmachine
Copy link
Collaborator

prodsecmachine commented Oct 30, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

@barkbay barkbay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it not supposed to be fixed by kubernetes/kubernetes#130989?

If not, I’d prefer not to suppress all warnings, can we be more selective?

@barkbay
Copy link
Contributor

barkbay commented Nov 4, 2025

I didn't initially see a way to target these specific warnings.

This is an interface so I guess we can provide our own implementation as in kubernetes-sigs/controller-tools#1168 (comment), but let's may be check if this is still a problem?

@naemono
Copy link
Contributor Author

naemono commented Nov 17, 2025

Testing on more recent builds, I'm not seeing this error any longer. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ECK Operator 3.0/3.1 - unknown field \"spec.http.service.metadata.creationTimestamp\"

3 participants