Skip to content

Commit

Permalink
Update pinot_tenants_management.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdheipSingh authored Apr 24, 2023
1 parent 772a676 commit 79975fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/pinot_tenants_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,17 @@ kubectl get pinottenant -n <namespace> -o yaml
- Current state of the tenant is stored in the status of the tenant CR.

```
status:
currentTenants.json: |-
{
"tenantRole": "BROKER",
"tenantName": "sampleBrokerTenant",
"numberOfInstances": 1
}
lastUpdateTime: "2023-04-24T19:38:27.116158Z"
message: PinotTenantControllerCreateSuccess
reason: '{"status":"Successfully created tenant"}'
status: "True"
type: PinotTenantControllerCreateSuccess
```

0 comments on commit 79975fe

Please sign in to comment.