Skip to content

Commit

Permalink
fix error: User kubernetes-admin cannot list resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonya Li committed Sep 30, 2024
1 parent 489e0e1 commit 9c99a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The `kubeconfig` required to access the Tenant Control Plane is stored in a secr

```bash
kubectl get secrets -n ${TENANT_NAMESPACE} ${TENANT_NAME}-admin-kubeconfig -o json \
| jq -r '.data["admin.conf"]' \
| jq -r '.data["super-admin.conf"]' \
| base64 --decode \
> ${TENANT_NAMESPACE}-${TENANT_NAME}.kubeconfig
```
Expand Down

0 comments on commit 9c99a3e

Please sign in to comment.