momo-jun commented on code in PR #18379: URL: https://github.com/apache/pulsar/pull/18379#discussion_r1017273005
########## site2/docs/tutorials-tenant.md: ########## @@ -0,0 +1,45 @@ +--- +Id: tutorials-tenant +title: How to set up a tenant +sidebar_label: “Tutorials” +— + +Pulsar is a powerful messaging system you can use to process and route high volumes of data. Each tenant provides a distinct unit of isolation with its own set of roles, permissions, configuration settings, and bookmarks. + +In this tutorial, you will create a new tenant, named “apache,” in your Pulsar cluster, hosted in K8s helm. + + +To create a tenant: + +Enter the toolset container. + +kubectl exec -it -n pulsar pulsar-mini-toolset-0 -- /bin/bash Review Comment: ```suggestion ```bash kubectl exec -it -n pulsar pulsar-mini-toolset-0 -- /bin/bash ``` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
