Vincent van Dam

Results 20 comments of Vincent van Dam

I experimented with this some time ago. The approach I had was to watch the output that was produced by the [ToPod](https://join.ordina-jworks.io/registration.html) port-forward, and act when the output was broken....

Thanks Adrian. It seems the problem is in the phasing of the signal, when I phase-shift the signal, the wav is processed correctly; ```wav2cas -p CX5MII\ MSX\ sub\ ROM\ 0001.wav...

The `--initimage` argument allows you to override the image that is used for the init-container. In your case, it should probably be something like `--initimage eu.gcr.io/my-company/docker.io/joyrex2001/kubedock:0.10.0`, assuming you pushed the...

When `withFileSystemBind` is used, kubedock will start an init-container (not a sidecar). It will copy the contents to a volume that is shared with the main container, so once the...

One thing you can try is to start kubedock with `--pre-archive` which will make a configmap for all files that are copied before the container is started. Looking at the...

The error is caused because the user that is execution the tar command in the kafka pod (appuser, uid 1000) does not have permissions to write to /. This causes...

Closing this issue. Added the create, get, list and delete verbs back into the rbac documentation. Kubedock will use configmaps for `--pre-archive`, but also in case of a single file...

Is this still an issue? The orchestration of containers has been changed in 0.11.0, including the handling of completed containers and checking if a container was started succesfully.