rmyates commented on pull request #203:
URL: 
https://github.com/apache/pulsar-helm-chart/pull/203#issuecomment-1050973199


   Note for future googlers, this change will break a helm chart upgrade if you 
installed the chart before this change due to podManagementPolicy in a 
StatefulSet being an immutable field.
   
   > Error: UPGRADE FAILED: cannot patch "pulsar-zookeeper" with kind 
StatefulSet: StatefulSet.apps "pulsar-zookeeper" is invalid: spec: Forbidden: 
updates to statefulset spec for fields other than 'replicas', 'template', and 
'updateStrategy' are forbidden
   
   Set it back to the previous version with the below in your custom values 
file which I don't think does any harm for existing installs
   
   ```
   zookeeper:
     # Changed to Parallel by default in 
https://github.com/apache/pulsar-helm-chart/pull/203
     # However since we installed the chart prior to this and this field is 
immutable
     # set it back to the old value.
     podManagementPolicy: OrderedReady
   ```


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