You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial install was made using the in memory type buffer, it was working perfectly alright, no problems.
Now another helm install/upgrade was made after updating related values in values.yaml to enable persistence (use storageClass: "" for default provisioning as well) and shift to file buffering
Error: UPGRADE FAILED: cannot patch "openshift-logforwarding-splunk" with kind StatefulSet: StatefulSet.apps "openshift-logforwarding-splunk" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden
The text was updated successfully, but these errors were encountered:
Environment: Openshift 4.10
Helm: 3.8
Initial install was made using the in memory type buffer, it was working perfectly alright, no problems.
Now another helm install/upgrade was made after updating related values in values.yaml to enable persistence (use storageClass: "" for default provisioning as well) and shift to file buffering
helm upgrade -i --namespace=openshift-logging openshift-logforwarding-splunk charts/openshift-logforwarding-splunk/ --set forwarding.splunk.token=<HEC-TOKEN>
This results to error below:
The text was updated successfully, but these errors were encountered: