frankjkelly opened a new pull request #181:
URL: https://github.com/apache/pulsar-helm-chart/pull/181


   ### Motivation
   
   When using Istio sidecars they keep running even when a Kubernetes job has 
completed.
   For example
   ```
   $ kubectl get pods | grep pulsar | grep init
   platform-pulsar-bookkeeper-init-vwp6v                             1/2     
NotReady    0          13d
   platform-pulsar-pulsar-init-c2c72                                 1/2     
NotReady    0          13d
   ```
   
   ### Modifications
   
   * Added a new Helm chart value `Istio.enabled` (default: false)
   * In both Kubernetes jobs added a call to Istio to kill the Istio proxy once 
the container job has completed
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


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

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


Reply via email to