Closed leelavg closed 1 month ago
/hold
still testing, will update, something else doesn't seem right.
/unhold
Tested:
I was doing a mistake (with name of operatorconfig) during testing and results got delayed, working as expected.
> k get ds -oyaml | grep toleration -A7
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
- effect: NoSchedule
key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
> k get deploy -oyaml | grep toleration -A4
tolerations:
- effect: NoSchedule
key: node.ocs.openshift.io/storage
operator: Equal
value: "true"
@leelavg let me know if its tested and good to be merged.