Operator with webhook deployment fails with flipping states #1793
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
triage/unresolved
Indicates an issue that can not or will not be resolved.
Bug Report
What did you do?
We tried installing an operator with webhooks using OLM from OperatorHub (Openshift). However, we missed specifying the ports in the CSV. The installation of operator succeeded with no errors in the Operator / Webhook containers / pods but the Operator installation never succeeded.
What did you expect to see?
Operator SDK fails during validation that the required elements / values are missing in the CSV
What did you see instead? Under which circumstances?
Installation of the operator went through but there is an error in OLM operator
[webhooks[0].clientConfig.service.port: Invalid value: 0: port is not valid: must be between 1 and 65535, inclusive,
Environment
v1.0.0
Kubernetes Version: v1.18.3+6c42de8
Client Version: openshift-clients-4.5.0-202006231303.p0-4-gb66f2d3a6
Server Version: 4.5.8
Kubernetes Version: v1.18.3+6c42de8
Possible Solution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: