Rui Lopes

Results 312 comments of Rui Lopes

You now have a decision to make, whether do merge this, or #31, or #40 (this does re-compress the mjpeg when the device already supports it) :-)

I think I almost got it by trying to replicate https://github.com/pulumi/pulumi-vsphere/blob/master/examples/webserver/index.ts. For some odd reason, in C#, it only worked when I use the datacenter `Moid` instead of its `Id`....

This is also happening here. It happens immediately after deploying metallb. metallb is installed as: ```bash # install. helm upgrade --install \ metallb \ metallb/metallb \ --version $metallb_chart_version \ --namespace...

@fedepaol, I do have vagrant environments, using k0s and talos. Please take a look at https://github.com/rgl/k0s-vagrant/blob/e3372a8f5276d5ba7eb467c13781c5d26d8749fb/bootstrap-k0s.sh#L225-L244 and https://github.com/rgl/talos-vagrant/blob/7302fb12560ffcfb98fa391f661e047cea4704d1/provision-chart-metallb.sh#L49-L69. But please be aware, that sometimes, it works, but sometimes it fails...

@smira, the DaemonSet approach is quite interesting. I suppose it will not work when kubernetes is not yet up (or if it fails to go up)?

I've made an example that uses [promtail](https://grafana.com/docs/loki/latest/clients/promtail/) to parse the logwrite created logs and send them to a central [loki](https://grafana.com/docs/loki/latest/) server at https://github.com/rgl/linuxkit-vagrant/commit/609b2b66acebf06e2a70c6ad36251e4787f99518. Here's an output example: ```console $ logcli...

I tested it in the `init` phase `getty`. When we run something in the `init` phase, isn't it running in the root namespace? To give more context, what led me...

Now that I've disabled `getty`, I can show you the error at the machine console; in this example (different that previous), is showing a failure to launch the docker service...

Oh... I did not notice [this part of the documentation](https://github.com/linuxkit/linuxkit/blob/master/docs/yaml.md#files): > Because a tmpfs is mounted onto /var, /run, and /tmp by default, the tmpfs mounts will shadow anything specified...