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 2019/12/02 12:32:43 UTC

[GitHub] [pulsar] jiazhai edited a comment on issue #5687: Failed to enable State API in K8s installation

jiazhai edited a comment on issue #5687: Failed to enable State API in K8s installation
URL: https://github.com/apache/pulsar/issues/5687#issuecomment-560376782
 
 
   @pedro93,  Thanks for the clarification.  and sorry for the delay.
   `apply-config-from-env.py` will use the env vars, which passed into docker, to replace the config file(no mater the value is setting or not in the file). so your change to `deployment/terraform-ansible/templates/bookkeeper.conf` or `conf/bookkeeper.conf` will not take effect. 
   In your example, the value in `values-mini.yaml` will take effect. 
   
   Seems , in your example:
   ```
   extraServerComponents: "org.apache.bookkeeper.stream.server.StreamStorageLifecycleComponent"
   ```
   These *\" \"* are not needed?
    

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


With regards,
Apache Git Services