Skip to content

Commit fc41a18

Browse files
authored
fix(readme): add tenant create
1 parent 52b5c04 commit fc41a18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ List --query examples:
113113
hpecp tenant examples
114114
```
115115

116+
Tenant create:
117+
```sh
118+
TENANT_ID=$(hpecp tenant create --name tenant1 --description "dev tenant" --k8s-cluster-id $CLUSTER_ID --tenant-type k8s)
119+
hpecp tenant wait-for-status --id $TENANT_ID --status [ready] --timeout-secs 600
120+
```
121+
116122
Add LDAP role to Tenant:
117123
```sh
118124
ADMIN_GROUP="CN=DemoTenantAdmins,CN=Users,DC=samdom,DC=example,DC=com"

0 commit comments

Comments
 (0)