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
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 information:
Kubernetes Version: v1.18.3+6c42de8
Kubernetes cluster kind:
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:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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: