Skip to content

Error when preparing management cluster for multitenancy #668

Open
@jkr05

Description

@jkr05

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

  1. managemet cluster created, Cluster API and CAPVCD initialized
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions