File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,19 @@ Only those required for its own operation. If you configure a namespaced resourc
3636automatically add a claim for ` namespaces ` in kcp, plus it will add either ` configmaps ` or ` secrets `
3737if related resources are configured in a ` PublishedResource ` . But you cannot specify additional
3838permissions claims.
39+
40+ ## I am seeing errors in the agent logs, what's going on?
41+
42+ Errors like
43+
44+ > reflector.go:561] k8s.io/client-go@v0.31.2/tools/cache/reflector.go:243: failed to list
45+ > example.com/v1, Kind=Dummy: the server could not find the requested resource
46+
47+ or
48+
49+ > reflector.go:158] "Unhandled Error" err="k8s.io/client-go@v0.31.2/tools/cache/reflector.go:243:
50+ > Failed to watch kcp.example.com/v1, Kind=Dummy: failed to list kcp.example.com/v1, Kind=Dummy:
51+ > the server could not find the requested resource" logger="UnhandledError"
52+
53+ are typical when bootstrapping new APIExports in kcp. They are only cause for concern if they
54+ persist after configuring all PublishedResources.
You can’t perform that action at this time.
0 commit comments