jing-c-tyagi commented on issue #501:
URL: 
https://github.com/apache/pulsar-helm-chart/issues/501#issuecomment-2130104908

   I tried to get into a shell into the pod while it has a short running 
status, 
    kubectl exec -i -t -n pulsar pulsar-broker-1 -- bash
   Defaulted container "pulsar-broker" out of: pulsar-broker, 
wait-zookeeper-ready (init), wait-bookkeeper-ready (init)
   pulsar@pulsar-broker-1:/pulsar$ curl -v http://localhost:8080/status.html
   *   Trying 127.0.0.1:8080...
   * Connected to localhost (127.0.0.1) port 8080 (#0)
   > GET /status.html HTTP/1.1
   > Host: localhost:8080
   > User-Agent: curl/7.81.0
   > Accept: */*
   >
   * Mark bundle as not supporting multiuse
   < HTTP/1.1 404 Not Found
   < Cache-Control: must-revalidate,no-cache,no-store
   < Content-Type: text/html;charset=iso-8859-1
   < Content-Length: 508
   < Server: Jetty(9.4.54.v20240208)
   <
   <html>
   <head>
   <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
   <title>Error 404 Not Found</title>
   </head>
   <body><h2>HTTP ERROR 404 Not Found</h2>
   <table>
   <tr><th>URI:</th><td>/status.html</td></tr>
   <tr><th>STATUS:</th><td>404</td></tr>
   <tr><th>MESSAGE:</th><td>Not Found</td></tr>
   
<tr><th>SERVLET:</th><td>org.glassfish.jersey.servlet.ServletContainer-4b5a078a</td></tr>
   </table>
   <hr/><a href="https://eclipse.org/jetty";>Powered by Jetty:// 
9.4.54.v20240208</a><hr/>
   
   </body>
   </html>
   * Connection #0 to host localhost left intact
   pulsar@pulsar-broker-1:/pulsar$ ls -al
   total 80
   drwxrwxr-x 1 root   root    44 May 24 15:48 .
   drwxr-xr-x 1 root   root    42 May 24 15:48 ..
   -rw-r--r-- 1 root   root 31727 Mar  7 21:17 LICENSE
   -rw-r--r-- 1 root   root  6612 Mar  7 21:17 NOTICE
   -rw-r--r-- 1 root   root  1269 Mar  7 21:17 README
   drwxr-xr-x 3 root   root  4096 Mar  8 23:15 bin
   drwxrwxr-x 1 pulsar root    53 Mar  7 21:17 conf
   drwxr-xr-x 2 root   root  4096 Mar  8 23:32 connectors
   drwxrwxr-x 2 pulsar root     6 Mar  8 23:15 data
   drwxrwxr-x 2 pulsar root     6 Mar  8 23:15 download
   drwxr-xr-x 3 root   root   177 Mar  8 23:15 examples
   drwxr-xr-x 4 root   root    66 Mar  8 23:15 instances
   drwxr-xr-x 2 root   root 20480 Mar  8 23:15 lib
   drwxrwxr-x 1 pulsar root   170 May 24 15:49 logs
   drwxr-xr-x 2 root   root    89 Mar  8 23:39 offloaders
   -rw-r--r-- 1 pulsar root     3 May 24 15:48 status
   drwxrwxr-x 6 root   root    69 Mar  7 21:17 trino
   pulsar@pulsar-broker-1:/pulsar$ command terminated with exit code 137
   


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to