Failed to start kubernetes cluster for Applications: Server disconnected"

youghta

Cadet
Joined
Feb 15, 2023
Messages
7
I just upgraded my Truenas Core system to Scale (Bluefin release version) and everythign seems to have gone well. I now want to start working with containers, but Kubernetes is not playing nice. The service seems to be failing and exiting. I made sure to set the node IP/Interface and gateway. NTP is synched and the clock is right. What else can I check?

root@513nas[~]# systemctl status k3s
● k3s.service - Lightweight Kubernetes
Loaded: loaded (/lib/systemd/system/k3s.service; disabled; vendor preset: disabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2023-02-15 21:35:34 EST; 2s ago
Docs: https://k3s.io
Process: 142644 ExecStartPre=/sbin/modprobe br_netfilter (code=exited, status=0/SUCCESS)
Process: 142645 ExecStartPre=/sbin/modprobe overlay (code=exited, status=0/SUCCESS)
Process: 142646 ExecStart=/usr/local/bin/k3s server --flannel-backend=none --disable=traefik,metrics-server,local-storage --disable-kube-proxy --disable-network-policy --disable-cloud-controller --node-name=ix-truenas --docker (code=exited,>
Main PID: 142646 (code=exited, status=1/FAILURE)
CPU: 3.961s
 
Top