Rui Lopes

Results 312 comments of Rui Lopes

Any update on this? Having the variables in another file also opens the door for using https://gitlab.com/kraxel/virt-firmware to manipulate the VARS file without the need to boot a RPi, as...

this is not about replacing the readyz endpoint that is used by kubernetes. it's about implementing an equivalent mechanism when running under systemd supervision. for the exact reasons its used...

Is the output being displayed because the following condition should only be enabled when `debug` mode is turned on? if so, the following condition should drop the `not/!` condition? https://github.com/containerd/containerd/blob/be9336fed1a2e5570061da2998a201b111cf22c5/cmd/ctr/commands/content/fetch.go#L134-L136

@samuelkarp Indeed. It's somewhat unsupported, I only use it to fiddle with containerd in a lab scenario. Thou, I hope that improving it a bit is something that is welcomed....

Please implement it in a way that is also compatible with https://no-color.org (e.g. with `NO_COLOR=1` environment variable).

Upgrading to [vagrant 2.4.1](https://github.com/hashicorp/vagrant/releases/tag/v2.4.1) made it work with vagrant-libvirt 0.12.2 for me. FWIW, I've [upgraded my ansible playbook from vagrant 2.3.4 to 2.4.1](https://github.com/rgl/my-ubuntu-ansible-playbooks/commit/40e8f8d0fb54179d484df03dc9e5c15feab2895b) and tested this in my [debian](https://github.com/rgl/debian-vagrant), [ubuntu](https://github.com/rgl/ubuntu-vagrant),...

@StPanning, for Ubuntu, I'm using a simpler solution at https://github.com/rgl/ubuntu-vagrant/blob/2e72a6de546b2056df330f5f441c546aaced1ab2/provision.sh#L90-L97

Using `src`+`dest` really simplifies the interface! Its now much more alike the `copy` module, which from the outside viewpoint, `iptables_state` is. I like it! :-) If `content` is the normal/expected...