Andy Longwill
Andy Longwill
I tested this change to the `Dockerfile` which worked for me: ``` -FROM alpine:3.5 +FROM alpine:3.15.0 ... -RUN pip3 install -r /build/requirements.txt +RUN pip3 install --upgrade pip && pip3 install...
@Btijmen could you please sign the commit with your GPG key? ```sh git commit --amend --signoff git push --force ```
> @alongwill this won't work - you need to sign with Sidero Labs employee key. @smira I have done that. In the commits tab, the commit is showing as "Partially...
When this is implemented please update https://omni.siderolabs.com/how-to-guides/how-to-install-talosctl#allowed-privileged-commands 🙏
@smira kube-proxy logs show the following `nftables` errors: ``` I1002 10:10:35.532785 1 proxier.go:1180] "Sync failed" ipFamily="IPv6" retryingTime="30s" E1002 10:10:58.514596 1 proxier.go:1806] "nftables sync failed" err=< /dev/stdin:78:70-88: Error: Could not process...