Mario Manno

Results 104 comments of Mario Manno

@TheAssassin if it's only done by demand I think it's ok. We can safely assume people who click the 'Chromecast'-button already have Google code running in their network. Enabling it...

I don't get it, we need to delete the files anyways? Additionally sometimes the video has to be deleted, but the audio may still be ok, because it does not...

Views are recorded per recording: https://github.com/voc/voctoweb/blob/master/app/models/recording_view.rb However those are aggregated every 15 minutes: https://github.com/voc/voctoweb/blob/master/app/models/event.rb#L74-L92

Sounds great, but the feature list would have to be part of the right `cache` statements.

How close to the k8s spec should this be? * configurable probe paths * configurable probe types (tcp,http,exec) * configurable tresholds * support startup probes * https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe * https://blog.colinbreck.com/kubernetes-startup-probes-getting-your-feet-under-you/) *...

This still applies to 'lifecycle'. I wanted to note that we already build on Docker (the internal registry). And that pack uses lifecycle. If we want support for 'project.toml', we...

We want it to appear on the "Cluster Tools" page, with an "experimental" label.

Like I said on slack, you should be able to use `helm install .. --set global.image.pullPolicy` to stop k8s from downloading the images and load the images manually into your...

The seeder job was configured to run on 'config changes', so every referenced secret update could trigger the job again. The job is idempotent.

@f0rmiga I see, but that's not how "update on config change" works. We'll have to discuss if it's possible to implement this on the operator side. So executing in any...