Sander Knape

Results 7 comments of Sander Knape

Thanks for the feedback @anGie44. I made some changes including a set of tests specifically for the optional attributes. Is this what you had in mind?

@uditparikh93 What does a `docker ps` tell you after you spin up the application? Is the docker container running?

You will have to install the Docker CLI and make the Docker runtime available to the container. This repo includes an example of how to do that in a Kubernetes...

Any thoughts on how to deal with this? The env var is required to properly deregister the token when the container is terminated. I see there is a [request](https://github.com/actions/runner/issues/465) for...

@kddejong any new thoughts/ideas on this that we could perhaps contribute to?

I see now that the moon pod was restarted for some reason exactly at the time the failing pod was created. These are the logs around the time the pod...

The moon container actually gets OOM killed, it has only 64Mi by default: https://github.com/aerokube/charts/blob/master/moon/values.yaml#L81 I've increased this which should give us less issues, but I'm still curious if Moon can...