Alexander A. Prokhorov
Alexander A. Prokhorov
I have the following complain. This ``` redis = await create_subprocess_exec("Redis", "/usr/local/bin/redis-server", "--bind", str(host), "--port", str(redis_port)) ``` becomes this: ``` redis = await create_subprocess_exec( "Redis", "/usr/local/bin/redis-server", "--bind", str(host), "--port", str(redis_port)...
**What happened**: An attempt to delete a queue with `kubectl delete` ends with the following error: ``` Error from server: error when deleting "ex2-volcano.yaml": admission webhook "validatequeue.volcano.sh" denied the request:...
@pjeby, thanks for useful plugin. For my workflow it would be nice to automatically create a folder for each new note to avoid the manual action of calling "Make this...