You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the name prefix controller-runtime-example- or changing the API export name by adding a prefix should work.
Changing the name by adding a prefix to API export make it work but further see this issue
I0930 11:31:37.805817 86139 round_trippers.go:553] GET https://192.168.29.16:6443/services/apiexport/root:kafkatest/controller-runtime-example-data.my.domain/clusters/%2A/apis/data.my.domain/v1alpha1/widgets?limit=500&resourceVersion=0 404 Not Found in 7 milliseconds
Running with go run ./main.go --api-export-name data.my.domain
Also gives issues
I0930 11:41:26.675385 87311 round_trippers.go:553] GET https://192.168.29.16:6443/services/apiexport/root:kafkatest/data.my.domain/clusters/%2A/apis/data.my.domain/v1alpha1/widgets?limit=500&resourceVersion=0 404 Not Found in 1 milliseconds
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Describe the bug
1.664517613124293e+09 ERROR setup error looking up virtual workspace URL {"api-export-name": "controller-runtime-example-data.my.domain", "error": "error getting APIExport "controller-runtime-example-data.my.domain": apiexports.apis.kcp.dev "controller-runtime-example-data.my.domain" not found"}
Steps To Reproduce
make install
make run
Expected Behaviour
Name prefix defined
controller-runtime-example-
herehttps://github.com/kcp-dev/controller-runtime-example/blob/main/Makefile#L193
https://github.com/kcp-dev/controller-runtime-example/blob/main/Makefile#L198
API Export created with the name: data.my.domain
https://github.com/kcp-dev/controller-runtime-example/blob/main/config/kcp/apiexport.yaml#L4
Removing the name prefix
controller-runtime-example-
or changing the API export name by adding a prefix should work.Changing the name by adding a prefix to API export make it work but further see this issue
Running with go run ./main.go --api-export-name data.my.domain
Also gives issues
Additional Context
No response
The text was updated successfully, but these errors were encountered: