You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/27 03:18:28 UTC

[GitHub] [pulsar] matthewfollegot opened a new pull request #7037: Specify namespace when launching pulsar-manager

matthewfollegot opened a new pull request #7037:
URL: https://github.com/apache/pulsar/pull/7037


   
   *Explain here the context, and why you're making that change. What is the problem you're trying to solve.*
   
   ### Modifications
   
   - added the namespace to step 4 of `Get started in Kubernetes`
   
   Sample output of `minikube service list`:
   ```
   |----------------------|----------------------------|--------------|---------------------------|
   |      NAMESPACE       |            NAME            | TARGET PORT  |            URL            |
   |----------------------|----------------------------|--------------|---------------------------|
   | default              | kubernetes                 | No node port |
   | kube-system          | kube-dns                   | No node port |
   | kubernetes-dashboard | dashboard-metrics-scraper  | No node port |
   | kubernetes-dashboard | kubernetes-dashboard       | No node port |
   | pulsar               | pulsar-mini-bookie         | No node port |
   | pulsar               | pulsar-mini-broker         | No node port |
   | pulsar               | pulsar-mini-grafana        | server/3000  | http://192.168.64.2:31042 |
   | pulsar               | pulsar-mini-prometheus     | No node port |
   | pulsar               | pulsar-mini-proxy          | http/80      | http://192.168.64.2:31019 |
   |                      |                            | pulsar/6650  | http://192.168.64.2:31621 |
   | pulsar               | pulsar-mini-pulsar-manager | server/9527  | http://192.168.64.2:32267 |
   | pulsar               | pulsar-mini-toolset        | No node port |
   | pulsar               | pulsar-mini-zookeeper      | No node port |
   |----------------------|----------------------------|--------------|---------------------------|
   ```
   
   Thus, `minikube service pulsar pulsar-mini-pulsar-manager` is an insufficient command, it returns
   ```
   💣  Service 'pulsar-mini-pulsar-manager' was not found in 'default' namespace.
   You may select another namespace by using 'minikube service pulsar-mini-pulsar-manager -n <namespace>'. Or list out all the services using 'minikube service list'
   ```
   
   By changing the command to `minikube service -n pulsar pulsar-mini-pulsar-manager` this specifies the correct namespace and results in the Pulsar Manager UI being opened in the default browser.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   ### Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API: no
     - The schema: no
     - The default values of configurations: no
     - The wire protocol: no
     - The rest endpoints: no
     - The admin cli options: no
     - Anything that affects deployment: no
   
   ### Documentation
   
     - Does this pull request introduce a new feature? no
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] sijie merged pull request #7037: [docs] Specify namespace when launching pulsar-manager

Posted by GitBox <gi...@apache.org>.
sijie merged pull request #7037:
URL: https://github.com/apache/pulsar/pull/7037


   


----------------------------------------------------------------
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:
users@infra.apache.org