Bastiaan Schaap

Results 11 issues of Bastiaan Schaap

My first attempt at solving this coding exercise. Any feedback is greatly appreciated!

I'd love to see how one would go about manipulating video with Go. For instance adding a simple text overlay to the video to show some captions.

Also enable external storage provisioners like Ceph RBD. Added eudev needed for detecting device mounts. Without it tools like rbd will timeout waiting for a message on /run/udev/control. Signed-off-by: Bastiaan...

status/0-triage

We are in the process of investigating using immutable linuxkit k8s images for production clusters, and for this we would like to use a newer version of kubernetes e.g. 1.14...

Would it be possible to implement optional encryption of a box? My use case for this is that I would like to encrypt a box during build time, so that...

enhancement

I have created a kubernetes 1.8.6 cluster on AWS with `kops`, and enabled RBAC. I'm trying to install fabric8 on this cluster. I've tried using the Helm chart, but this...

- delete duplicate env: key - mount volume in the correct location, in accordance with the volume as specified in the container - add securitycontext fsgroup so that the container...

You don't need to fetch and loop through all services in the Swarm @ https://github.com/gianarb/orbiter/blob/e8753183828181303209d4152319717be22927a9/autoscaler/autoscaler.go#L56 Instead you can add a filter, and fetch the required service directly. E.g.: ```go serviceFilter...

area/daemon
level/medium

Right now deployments are 'managed' deployments by default. In order to support 'unmanaged' deployments, there should be the option to add `--unmanaged` as a parameter to the `deploy` cli command....

@aldas Not sure if this example is welcome, but I was trying to figure this out and came to this solution which I feel is pretty elegant. Feel free to...