Open
Description
Describe the bug
After management cluster was created when I follow the guide to prepare an environment for multitenancy
I receive an error when the token is extracted.
Reproduction steps
- managemet cluster created, Cluster API and CAPVCD initialized
- error on this step
USERTOKEN=$(kubectl -n ${NAMESPACE} get secret ${SECRETNAME} -o "jsonpath={.data.token}" | base64 -d)
Error from server (NotFound): secrets "<none>" not found
Expected behavior
I expect to complete the preparation of the tenant environment according to the provided documentation and create workload clusters.
Additional context
No response