Jennifer88huang commented on a change in pull request #9439:
URL: https://github.com/apache/pulsar/pull/9439#discussion_r569441858
##########
File path: site2/docs/admin-api-overview.md
##########
@@ -88,3 +83,8 @@ PulsarAdmin admin = PulsarAdmin.builder()
.build();
```
<!--END_DOCUSAURUS_CODE_TABS-->
+
+## How to define Pulsar resource names when running Pulsar in Kubernetes
+If you run Pulsar Functions or connectors on Kubernetes, you need to follow
Kubernetes naming convention to define your Pulsar resource name, whichever
admin interface you use.
Review comment:
You're right, that's why we say when you define your Pulsar resource
names, you need to follow K8S naming convention (only when you use K8S
runtime). To make it more clear, maybe it's better to say "...define the names
of your Pulsar resources..."
However, if you don't use K8S runtime, you don't need to follow K8S
convention. Pulsar supports more characters than K8S naming convention.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]