Chris Nelson
Chris Nelson
When a namespace is created with a given label, I'd like to provision a service account in that namespace, and create rolebindings for it in other static namespaces For example,...
We have a working django-q setup with the following config: ``` Q_CLUSTER = { "orm": "default", "timeout": 60, 'attempt_count': 1 "max_attempts": 2, "retry": 120, "catch_up": False, "workers": 1, "ack_failures": True...
Currently: ``` >>> AirPlay.find(fast=True) [] ``` Ideally, something like: ``` >>> AirPlay.find(fast=True) [] ```
If ffmpeg is installed on the host we are on, use it to do file serving and stream conversion
If we have youtube-dl installed, use it to fetch content for us for the sites it supports.