vmware-archive / http-trigger

Kubernetes CRD controller for http invocation of Kubeless functions
Apache License 2.0
9 stars 27 forks source link

Update deps #15

Closed sepetrov closed 3 years ago

sepetrov commented 3 years ago

Added

Changed

Removed

TODOs:

faxioman commented 3 years ago

@sepetrov There are some tests that are intermittently failing ... timeout problem? All tests are always working when performed locally...

cc @andresmgot

faxioman commented 3 years ago

@sepetrov increasing the timeout has brought benefits ;) Anyway, one test has timed out.

Ideas @andresmgot ?

sepetrov commented 3 years ago

@faxioman , increasing the timeout should help. From my experience, intermittent failures during function deployments are possible. I'd like to get a green build before having the PR merged.

andresmgot commented 3 years ago

I retried the build with SSH and it worked. It seems indeed an issue with the Ingress controller, taking to much to assign IPs. Let's see if it was a transitory error.