#### Expected behavior $ alias pulsar-admin='kubectl exec pulsar-admin -it -- bin/pulsar-admin' $ pulsar-admin properties create prop \ --admin-roles admin \ --allowed-clusters us-central
Tell us what should happen This command will create a property called prop #### Actual behavior Tell us what happens instead Got: ``` Error: Could not find or load main class " command terminated with exit code 1 ``` #### Steps to reproduce How can we reproduce the issue Just follow the doc: https://pulsar.incubator.apache.org/docs/v2.0.1-incubating/deployment/Kubernetes/#Localcluster-1w5r1b #### System configuration **Pulsar version**: 2.0.1 [ Full content available at: https://github.com/apache/incubator-pulsar/issues/2589 ] This message was relayed via gitbox.apache.org for [email protected]
