Cannot get Apps to start

YoungL

Cadet
Joined
Dec 28, 2023
Messages
1
Since upgrading from Bluefin to Cobia I cannot get the Apps to start. I am receiving the following error message:

Code:
Application(s) have failed to start:
[EFAULT] [EINVAL] kubernetes.node_ip: Please provide a valid IP address.
[EINVAL] kubernetes.route_v4_gateway: Specified value is not present on any network cidr in use by the system


My kubernetes configuration is as follows:

Screenshot 2023-12-28 at 17.07.40.png


My network configuration for Truenas Scale is as follows:




Screenshot 2023-12-28 at 17.08.53.png


Screenshot 2023-12-28 at 17.09.23.png


If I run `netstat -r` I see the following

Code:
 
root@truenas[~]# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
default         192.168.1.1     0.0.0.0         UG        0 0          0 br0
172.16.0.0      0.0.0.0         255.255.0.0     U         0 0          0 kube-bridge
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 br0


Please help advise me on how I can resolve this, much appreciated!
 
Top