doc bug: incorrect example of a virtual workspace #2296
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/documentation
Categorizes issue or PR as related to documentation.
Describe the bug
I am still learning about virtual workspaces. I read https://github.com/kcp-dev/kcp/blob/main/docs/content/en/main/concepts/virtual-workspaces.md . I looked at Example 1. I also downloaded and built and ran v0.9.1 of kcp and tried it out, passing
-v=6
tokubectl
to see the actual HTTP request(s) involved. Following is an example.This does not compare favorably to Example 1 in that doc, which cites a URL path of
/services/workspaces/<org>/personal/apis/tenancy.kcp.dev/v1beta1/workspaces
.Steps To Reproduce
See above.
Expected Behaviour
I expected running code to be consistent with the documentation.
Additional Context
No response
The text was updated successfully, but these errors were encountered: