Panic: unaligned 64-bit atomic operation

I was trying to install K8s on RPI 4 when this happened. Initially I thought this looked like an open issue.
But I am not sure about that.

This happend when I execute

sudo kubeadm init --token-ttl=0 --pod-network-cidr=10.244.0.0/16

Which argument is invalid ?

systemd[1]: kubelet.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

RETTY_NAME=“Raspbian GNU/Linux 10 (buster)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL=“http://www.raspbian.org/
SUPPORT_URL=“RaspbianForums - Raspbian
BUG_REPORT_URL=“RaspbianBugs - Raspbian

[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"

[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"

[kubelet-start] Starting the kubelet

[control-plane] Using manifest folder "/etc/kubernetes/manifests"

[control-plane] Creating static Pod manifest for "kube-apiserver"

[control-plane] Creating static Pod manifest for "kube-controller-manager"

[control-plane] Creating static Pod manifest for "kube-scheduler"

[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"

[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s

[kubelet-check] Initial timeout of 40s passed.

[kubelet-check] It seems like the kubelet isn't running or healthy.

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.

[kubelet-check] It seems like the kubelet isn't running or healthy.

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.

[kubelet-check] It seems like the kubelet isn't running or healthy.

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.

[kubelet-check] It seems like the kubelet isn't running or healthy.

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.

[kubelet-check] It seems like the kubelet isn't running or healthy.

[kubelet-check] The HTTP call equal to 'curl -sSL http://localhost:10248/healthz' failed with error: Get "http://localhost:10248/healthz": dial tcp [::1]:10248: connect: connection refused.

Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: E0329 13:50:24.433934   15865 event.go:276] Unable to write event: '&v1.Event{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"raspberrypik8smaster.16e0daf87eb7b877", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ClusterName:"", ManagedFields:[]v1.ManagedFieldsEntry(nil)}, InvolvedObject:v1.ObjectReference{Kind:"Node", Namespace:"", Name:"raspberrypik8smaster", UID:"raspberrypik8smaster", APIVersion:"", ResourceVersion:"", FieldPath:""}, Reason:"Starting", Message:"Starting kubelet.", Source:v1.EventSource{Component:"kubelet", Host:"raspberrypik8smaster"}, FirstTimestamp:time.Date(2022, time.March, 29, 13, 50, 24, 430315639, time.Local), LastTimestamp:time.Date(2022, time.March, 29, 13, 50, 24, 430315639, time.Local), Count:1, Type:"Normal", EventTime:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), Series:(*v1.EventSeries)(nil), Action:"", Related:(*v1.ObjectReference)(nil), ReportingController:"", ReportingInstance:""}': 'Post "https://192.168.1.29:6443/api/v1/namespaces/default/events": dial tcp 192.168.1.29:6443: connect: connection refused'(may retry after sleeping)
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: I0329 13:50:24.435783   15865 fs_resource_analyzer.go:67] "Starting FS ResourceAnalyzer"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: I0329 13:50:24.437074   15865 server.go:410] "Adding debug handlers to kubelet server"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: I0329 13:50:24.440654   15865 volume_manager.go:291] "Starting Kubelet Volume Manager"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: I0329 13:50:24.441126   15865 desired_state_of_world_populator.go:147] "Desired state populator starts to run"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: E0329 13:50:24.444213   15865 controller.go:144] failed to ensure lease exists, will retry in 200ms, error: Get "https://192.168.1.29:6443/apis/coordination.k8s.io/v1/namespaces/kube-node-lease/leases/raspberrypik8smaster?timeout=10s": dial tcp 192.168.1.29:6443: connect: connection refused
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: W0329 13:50:24.450083   15865 reflector.go:324] k8s.io/client-go/informers/factory.go:134: failed to list *v1.CSIDriver: Get "https://192.168.1.29:6443/apis/storage.k8s.io/v1/csidrivers?limit=500&resourceVersion=0": dial tcp 192.168.1.29:6443: connect: connection refused
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: E0329 13:50:24.450224   15865 reflector.go:138] k8s.io/client-go/informers/factory.go:134: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: Get "https://192.168.1.29:6443/apis/storage.k8s.io/v1/csidrivers?limit=500&resourceVersion=0": dial tcp 192.168.1.29:6443: connect: connection refused
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: E0329 13:50:24.482682   15865 kubelet.go:2347] "Container runtime network not ready" networkReady="NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: E0329 13:50:24.541841   15865 kubelet.go:2422] "Error getting node" err="node \"raspberrypik8smaster\" not found"
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: panic: unaligned 64-bit atomic operation
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: goroutine 323 [running]:
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: runtime/internal/atomic.panicUnaligned()
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /usr/local/go/src/runtime/internal/atomic/unaligned.go:8 +0x24
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: runtime/internal/atomic.Load64(0x79ef36c)
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /usr/local/go/src/runtime/internal/atomic/atomic_arm.s:286 +0x14
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).updateStats(0x79ef200)
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/container.go:676 +0x438
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).housekeepingTick(0x79ef200, 0x7dde300, 0x5f5e100)
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/container.go:587 +0x104
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).housekeeping(0x79ef200)
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/container.go:535 +0x3bc
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]: created by k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager.(*containerData).Start
Mar 29 13:50:24 raspberrypik8smaster kubelet[15865]:         /workspace/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/vendor/github.com/google/cadvisor/manager/container.go:122 +0x2c
Mar 29 13:50:24 raspberrypik8smaster systemd[1]: kubelet.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Mar 29 13:50:24 raspberrypik8smaster systemd[1]: kubelet.service: Failed with result 'exit-code'.