Skip to content

Commit 8513c2a

Browse files
committed
add FAQ entry about typical bootstrapping errors in kcp
On-behalf-of: @SAP [email protected]
1 parent 4936008 commit 8513c2a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: docs/faq.md

+16
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,19 @@ Only those required for its own operation. If you configure a namespaced resourc
3636
automatically add a claim for `namespaces` in kcp, plus it will add either `configmaps` or `secrets`
3737
if related resources are configured in a `PublishedResource`. But you cannot specify additional
3838
permissions 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/[email protected]/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/[email protected]/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.

0 commit comments

Comments
 (0)