Rene Zbinden

Results 43 comments of Rene Zbinden

same for yaml: ![Selection_004](https://user-images.githubusercontent.com/1607088/158387494-7da91cd5-8c22-4906-bae6-a661b4407174.png)

Maybe we should wait a little with logger changes before we see what happens whit this [proposal](https://go.googlesource.com/proposal/+/master/design/56345-structured-logging.md). It is likely going to be accepted.

I wanted to create the same issue. Currently a user has to inspect the source code to find out what environment variable is missing.

That would solve my issue. Currently a user has to inspect the source code to find out what environment variable is missing.

Hi @orlangure If I set the `DOCKER_HOST` variable I get the following error: ``` can't start container: can't prepare container: can't pull image: can't pull image: Cannot connect to the...

Any news on this? I think a lot of people need this.

Yes there is: You can create a struct that contains your needed clients. The struct must implement the following interface: ```go type webhook interface { Handle(ctx context.Context, req admission.Request) admission.Response...

Maybe delta can help in that case: https://github.com/dandavison/delta It is the best terminal diff viewer I ever used and it is also written in rust.

Cool, I wonder if this gets accepted... I see that you @faceair already started with this 5 days ago. So we had basically the same idea 😄