Skip to content

Disable Cache for objects: documentation out-dated #6052

@jolbax

Description

@jolbax

What is the URL of the document?

After deploying my operator, I see errors like “Failed to watch ”

Which section(s) is the issue in?

after-deploying-my-operator-i-see-errors-like-failed-to-watch-external-type

What needs fixing?

The code provided cannot be applied

ClientBuilder: manager.NewClientBuilder().WithUncached(&imagev1.ImageStreamTag{})

My solution was to add

ClientDisableCacheFor:  []client.Object{&imagev1.ImageStreamTag{}},

Additional context

Metadata

Metadata

Assignees

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions