merlimat commented on a change in pull request #1553: Pulsar 2.0 docs
URL: https://github.com/apache/incubator-pulsar/pull/1553#discussion_r184607977
 
 

 ##########
 File path: site/docs/latest/deployment/instance.md
 ##########
 @@ -141,26 +137,24 @@ serviceUrl=http://pulsar.us-west.example.com:8080/
 
 ## Provisioning new tenants
 
-Pulsar was built as a fundamentally {% popover multi-tenant %} system. New 
tenants can be provisioned as Pulsar {% popover properties %}. Properties can be
+Pulsar was built as a fundamentally {% popover multi-tenant %} system.
 
-To allow a new tenant to use the system, we need to create a new {% popover 
property %}. You can create a new property using the 
[`pulsar-admin`](../../reference/CliTools#pulsar-admin-properties-create) CLI 
tool:
+To allow a new {% popover tenant %} to use the system, we need to create a new 
one. You can create a new tenant using the 
[`pulsar-admin`](../../reference/CliTools#pulsar-admin-tenants-create) CLI tool:
 
 ```shell
-$ bin/pulsar-admin properties create test-prop \
+$ bin/pulsar-admin tenants create test-prop \
 
 Review comment:
   Since `prop` might not make a lot of sense to reader, we should probably 
switch to `test-tenant`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to