lhotari commented on PR #448:
URL: 
https://github.com/apache/pulsar-helm-chart/pull/448#issuecomment-1940991317

   > 1. I don't know why we don't wait when installing anyway? Maybe you have 
some explanation?
   
   I guess the reason has been that `--wait` didn't work before adding MetalLB 
in a8c7745b3ed2cd76a62c81e8c84e3138fd8a3199 . Services of `type: LoadBalancer` 
require a load balancer implementation in the k8s cluster. MetalLB can be used 
for "kind" which is used in CI.
   
   Another reason for not using `--wait` might have been that it's possible to 
have more logging about k8s events and pod state when the helm install command 
returns and the waiting loop can do whatever it wants. That's just a guess that 
I'm making.


-- 
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]

Reply via email to