fracasula commented on issue #7682:
URL: https://github.com/apache/pulsar/issues/7682#issuecomment-685823123


   @codelipenghui I replaced `apachepulsar/pulsar:2.6.1` with 
`streamnative/pulsar:2.6.1-sn-hotfix-1` in my Kubernetes configuration but now 
I have the pods failing on startup with this error:
   
   `/usr/bin/env: ‘python’: No such file or directory`
   
   Here's an excerpt of my configuration from the Pulsar broker deployment:
   
   ```
   containers:
   - args:
     - |
       bin/apply-config-from-env.py conf/broker.conf && 
bin/apply-config-from-env.py conf/pulsar_env.sh && bin/apply-config-from-env.py 
conf/client.conf && bin/gen-yml-from-env.py conf/functions_worker.yml && exec 
bin/pulsar broker
     command:
     - sh
     - -c
     env:
     - name: advertisedAddress
       valueFrom:
         fieldRef:
           apiVersion: v1
           fieldPath: status.podIP
     envFrom:
     - configMapRef:
         name: pulsar-broker
     image: streamnative/pulsar:2.6.1-sn-hotfix-1
     imagePullPolicy: IfNotPresent
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to