Mathieu Tortuyaux
Mathieu Tortuyaux
@bmbeverst can you configure `etcd` with `--enable-v2` to assert the issue comes from the v2/v3? I'll try to restart the PR you linked.
@bmbeverst that should be doable with: ``` $ curl -sfL https://get.k3s.io | sh -s - --secrets-encryption --token SuperSecrect --cluster-init --etcd-arg=-experimental-enable-v2v3=v2 --etcd-arg=-enable-v2=true ``` but I kept getting the error, even if...
@bmbeverst yes, I confirm it works correctly with the upgrade PR: ``` $ sudo ./locksmithctl --etcd-cafile="/var/lib/rancher/k3s/server/tls/etcd/server-ca.crt" --etcd-certfile="/var/lib/rancher/k3s/server/tls/etcd/server-client.crt" --etcd-keyfile="/var/lib/rancher/k3s/server/tls/etcd/server-client.key" --endpoint=https://127.0.0.1:2379 status Available: 9 Max: 10 MACHINE ID 1325649ad50e4756bf05107701cfca69 ```
> I am trying to create a setup where I can fully automate the deployment of a multi-node k3s cluster with automatic updates. In this case, I would recommend to...
Hello, this repo is now archived. This PR should be re-opened against: https://github.com/flatcar/flatcar-website. To update your commit(s): ``` PR_ID=340 cd flatcar/flatcar-website wget "https://patch-diff.githubusercontent.com/raw/flatcar/flatcar-docs/pull/${PR_ID}.patch" sed -i 's|/docs/|/content/docs/latest/|g' "${PR_ID}.patch" git am "${PR_ID}.patch"...
With this: https://github.com/flatcar/Flatcar/issues/1386 I'm wondering again if we should not seat together and see what we can do to merge back fcos/mantle with flatcar/mantle both world could benefit from such...
In Flatcar's CI, Mantle (kola, plume and ore) is consumed via its Docker image. For each commit in Mantle, a Docker image is built and this image is consumed in...
Hey folks, I tested this patch against sway-1.9, it compiles and works fine. Great job! I still see a titlebar when the window opacity is set to < 1. Is...
@neuromagus thanks for sharing the 1.9 patch, it works as expected. Looking forward to see this merged and sorry for the noise :bow:
@mdbooth that would be nice to see this - especially if we build Flatcar images without KVM in Github Actions. This issue is already tracked as part of the Cluster...