Mathieu Tortuyaux
Mathieu Tortuyaux
Hello @till, I just tested with a Flatcar instance on OpenStack and QEMU and I can't reproduce: ``` core@node-001 ~ $ sudo cat /var/run/ignition.json | jq ".storage.files[0]" { "group": {...
That's correct, Cloudinit is not supposed to run if the system is provisioned with Ignition: https://github.com/flatcar/init/blob/7e30bf5baa1abc5113024f2238d9c235aedaf62e/systemd/system/enable-oem-cloudinit.service#L8-L10
Hey, what's your browser? It appears like that on Edge: 
@till interesting, I can repro on Firefox too and when I refreshed, the `email protected` is gone and I got the `[email protected]` appearing. I'll try to use the following suggestions:...
Hi @bra-fsn thanks for raising this point. `/var/run` and `/run` are already symlinked as well on Flatcar: ``` $ ls -l /var ... lrwxrwxrwx. 1 root root 6 Apr 17...
@bra-fsn would you be interested to do the contribution?
Hello @ealogar and thanks for the feedback and the detailed issue. This is a side-effect of the systemd upgrade (from 255 to 256), you can get back to the normal...
`systemd-resolved` is the default resolver according to the documentation: > By default, DNS resolution on Flatcar Container Linux is handled through /etc/resolv.conf, which is a symlink to /run/systemd/resolve/resolv.conf. This file...
Upstream issue has been closed with: https://github.com/kubermatic/operating-system-manager/pull/479 - I will go ahead and close this issue as well. For folks having the same issue, there are two solutions to mitigate...
I wanted to add a test for `GET /instance-metrics/prometheus` but after checking code, I noticed that we actually test this in `pkg/api/instances_test.go` so I would just test the Prometheus handler,...