Sam Betts

Results 14 comments of Sam Betts

@deitch did you ever get anywhere with this? I have a scenario where I need to distribute as files/tarballs a number of images before they get loaded into a registry...

To add another voice here, I am also seeing the same issue getting my climate info and the same logs are occurring as andy clark posted above. I tried to...

Ditto happy to try, however I just went through the process of setting things up and making hive a custom_component so I could poke around and suddenly everything started working...

The weird thing is that switching back to the non-custom_component version, things are still working, so unless switching to the custom component fixed something or maybe cleared some bad system...

I verified it with a small python script, here are my results: ```shell $ cat test.py import ssl import eventlet import urllib2 from eventlet.green import ssl as greenssl eventlet.monkey_patch(os=False) print(ssl._create_default_https_context)...

From my own experiments it seems like adding a check for cancelled before calling set_result and set_exception seems to work to remove the exception invalid state error, i.e. ``` if...

Hitting the same issue... having to manually re-trigger the workflows...

I would also like to see better support here; For reference I played around a bit with this locally, and I changed my workflow to return a JSON string using...

Run into this today, and managed to narrow it down to how helm uses Oras for remote registry access. There is an issue raised there to handle it but they...

It looks like we need an init container to wait for postgres to be ready and then start the main kubeclarity backend container, this will prevent crashloops on the initial...