Humberto Yagi

Results 9 comments of Humberto Yagi

Hi @midhuhk, We had an internal discussion about this issue and, for now: - we still have no consensus if the operator should do it (in my opinion, this is...

Hi @StopMotionCuber, Thank you for the detailed description! The immutable field is the intended behavior, we thought that it would be better to block changes as a "safe measure". To...

I totally agree with you on the usage of validating webhook. When I was working on the immutable fields my first idea was to use the validating webhook but, since...

After an internal discussion, we decided that, for now, if a field is removed we will use `mutating webhooks` to set it back to the same value as before. This...

We did some tests and could make the validation through the admission controller work, but decided to not enable it yet. To enable the validation webhooks users would need to...

Hi @grzleadams, Thank you for the detailed description, and sorry for the late response! > It seems like the Operator should recognize that a "new" image exists and update all...

We can check https://docs.ci.openshift.org/docs/how-tos/testing-operator-sdk-operators/

We can also check microshift https://github.com/openshift/microshift#system-requirements

https://github.com/pulp/pulp-operator/pull/1366