sahare92
sahare92
Having the same problem. happens also on gpu-operator v1.6, please help 🙏
hey @kpouget , the driver's image is `nvidia-driver-daemonset-5tzbm: nvcr.io/nvidia/driver:460.32.03-centos7,`
Didn't see this issue before It's returned by Go's internal net/http lib, that's used by k8s client-go on config-map update. (reference to code: https://github.com/golang/go/blob/master/src/net/http/h2_bundle.go#L5317) Please share information that may help...
Thanks for the detailed response, I mistakenly wrote `nuclio-dashboard` above, the `nuclio-controller` logs are the relevant ones here There's indeed a re-sync cycle happening every few minutes that makes sure...
@ferama until we'll figure out why this bug happened, you can disable the re-sync mechanism by setting the env var `NUCLIO_CONTROLLER_FUNCTION_OPERATOR_RESYNC_INTERVAL` to 0
@ferama > "ResyncPeriod defines how often the controller goes through all items remaining in the cache and fires the UpdateFunc again. This provides a kind of configuration to periodically verify...
Hi, in case I understand your question correctly, and you asked about deploying a function from a private Github repo - you can use the new "Git" Code entry type...
@ziv17 I think there's a benefit to run the query on the db (instead of mocking), because this way we can test that the generated query is working, and actually...
@Mano3 thanks, > How were the distances per resolution picked? How was the time delta picked? - The distances by resolution were arbitrarily picked for now, until we'll learn what...