Summary
As part of the upgrading to Operator SDK 1.38.0, the default value for metrics-bind-address flag changed from 8080 to 0 to have the metrics service disabled by default. In #211, we didn't make this change to be backwards-compatible.
Tasks to be done
Summary
As part of the upgrading to Operator SDK
1.38.0, the default value formetrics-bind-addressflag changed from8080to0to have the metrics service disabled by default. In #211, we didn't make this change to be backwards-compatible.Tasks to be done
metrics-bind-addressto 0 when willing to make a new major release of the operator.