Chris Knowles

Results 19 comments of Chris Knowles

I was looking at how we could utilise the new agent feature to collect events from multiple namespaces. What is the current recommendation if we want to collect events alongside...

@hkaj Thanks, I think we could add that to the Helm chart then so it's easier to setup. Is there any downside to running a Daemon Set plus a single...

Was getting the same error for the log4j file appender part in the current 1.0.0 Docker setup. The node still appears to carry on and works, however I ended up...

@jtblin thanks! Do you have any recommendations for achieving that? I was wondering if you were already doing similar in your projects? Perhaps we work on PR together either here...

@danopia I agree that’s how most services should work and a lot of what we have does restart as appropriate. I have seen nodes where enough services try to start...

@jrnt30 thanks, it could be useful if there is some hook for that. Changing the daemon set to static pods could be another idea to solving this issue assuming they...

I tried something very similar by emitting a close signal inside the success block but it didn't seem to exit correctly, I will double check it tomorrow and send the...

I tried again today, the trouble seems to be the example code still waits until the timeout time even with success. Emitting the close signal in the data block does...

OK I see. However, I just tried that but it still waits for the full 30 seconds even though the deployment finishes after 1-2 seconds (I added some extra logging...