Till!
Till!
I saw that too, I mounted something to `/var/lib/k0s`. Maybe delete content of the dir instead when it's a mountpoint?
Via the nats slack: ```yaml service: merge: metadata: annotations: loadbalancer.openstack.org/keep-floatingip: "true" ```
> @HaveFun83 Yes, now the status it's retrieved using a proxy so the user executing the command needs permissions to proxy the status port, otherwise, it will not be able...
Had a look at this again this morning, hoping I had overseen something. But haven't found anything so far. - as soon as I remove my own network policy (which...
Using Calico, and the network policy is the sample in the repo: ```yaml apiVersion: networking.k8s.io/v1 kind: NetworkPolicy metadata: name: allow-operator spec: podSelector: matchLabels: cnpg.io/cluster: cluster-example # The label value must...
- 1.23.5 of the operator and the plugin - I tripple checked, the operator has the label the sample policy uses, I updated the name of the db cluster -...
Isn't Fedora CoreOS readonly on `/`? The `/opt` is a nice workaround. E.g. works on Flatcar Linux which is similar to FCOS.
`k0sctl` should handle that already. Which OS are you using? I am using Flatcar Linux, also comes with readonly `/usr`.
(I am also using a profile and k0s ends up in `/opt`)
When I change it with `hostnamectl set-hostname node-001.docker` it seems to work, but it does not persist across reboots.