Matti Paksula
Matti Paksula
currently I need to `--deny-list "^vt1\." --deny-list "^inf1\."` to remove those instance types, couldn't find anything else on the options to not return such instances
In Rails, Gush::Client.new.all_workflows explodes in params `TypeError: no implicit conversion of Symbol into Integer` (and so does `gush list`) ``` class MyWorkflow < Gush::Workflow def configure(opts={}) run MyJob1, { params:...
https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#allowed-device-list here is the spec, how can I mount /dev/fuse as non-privileged
Visualmetrics last visual change for https://www.kaalimato.com/ is ~25s because the carousel keeps changing the page - is there any way to mitigate this?
https://github.com/sitespeedio/chrome-har/blame/master/README.md#L38
`pharos-cluster init` should create this or some good basic yaml structure: ``` hosts: - address: 192.168.110.100 user: vagrant role: master ssh_key_path: ~/.ssh/my_key - address: 192.168.110.101 user: vagrant role: worker ssh_key_path:...
allow setting ` --fail-swap-on=false` atleast in /etc/systemd/system/kubelet.service.d/05-pharos-kubelet.conf and /etc/systemd/system/kubelet.service.d/11-pharos.conf to run inside of footloose/docker/interestingthings
you know, a microservice/microlith thing as a button
``` invalid from flag value my-glb-host.name.com/libjpeg-turbo:2020-08-25-1: missing or empty Content-Length header ``` if I downgrade to 19.03 docker it works fine.
Could this use service account in cloud run without using the envs and storing the key.json? Like in the cloud run UI you can select the service account identity for...