Mathias Nicolajsen Kjærgaard

Results 9 comments of Mathias Nicolajsen Kjærgaard

> @AndrewTasso. We're committed to publishing all of our Java work on Maven Central and JCenter. My original estimate of a few weeks was overly optimistic. We'll update everyone watching...

I just experienced something similar. Yesterday `dnf update` zfs to version 2.1.1 followed by a reboot - pool mounted successfully. Today `dnf update` kernel to 5.13.16-200.fc34.x86_64, but dkms failed during...

I think this problem is related to Btrfs. I can reproduce the problem when doing a Fedora 37 install with default Btrfs setup, but when selecting Ext4 for the root...

A minikube built from master as of today, seems to work fine on Fedora 37 with Btrfs and Kubernetes v1.25.3. Until we have a new minikube release, a workaround is...

Full output of `minikube ssh sudo iptables-save`: [iptables-save-f37.txt](https://github.com/kubernetes/minikube/files/10347871/iptables-save-f37.txt) [iptables-save-f36.txt](https://github.com/kubernetes/minikube/files/10347872/iptables-save-f36.txt)

@prezha , I tried the minikube build you linked to, but I still get the same result - no `--dport 53` condition on the DNAT rule. Do I need to...

Yes, as @BenTheElder mentions, this indeed seems to be another case of incompatibility between 1.8.8 and 1.8.7. Without involving minikube, the problem can bee seen by: ``` $ docker network...

I think the root-cause should be found and fixed instead, but this could be a temporary workaround.

I think this is the right solution: https://github.com/kubernetes-sigs/kind/pull/3059