lonemuffin
Cadet
- Joined
 - Feb 1, 2022
 
- Messages
 - 5
 
I recently updated my TrueNAS Scale system to version 22.02.1 and now my apps don't seem to be running and are not installable. Every time I try to install and start apps like netdata or plex, it says:
Error
[EFAULT] Kubernetes service not running.
Then lists the following info:
I'm not sure if it matters or not but a couple months ago I unmounted then mounted my pool to rename it, which was successful, however I don't think I noticed any problems with the apps. Not sure if that could be the cause as well or not. Any help would be greatly appreciated.
	
		
			
		
		
	
			
			Error
[EFAULT] Kubernetes service not running.
Then lists the following info:
Code:
Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 412, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 448, in __run_body
    rv = await self.method(*([self] + args))
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1129, in nf
    res = await f(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1261, in nf
    return await func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 378, in do_create
    await self.middleware.call('kubernetes.validate_k8s_setup')
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1308, in call
    return await self._call(
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1257, in _call
    return await methodobj(*prepared_call.args)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/kubernetes_linux/update.py", line 335, in validate_k8s_setup
    raise CallError(error)
middlewared.service_exception.CallError: [EFAULT] Kubernetes service is not running.I'm not sure if it matters or not but a couple months ago I unmounted then mounted my pool to rename it, which was successful, however I don't think I noticed any problems with the apps. Not sure if that could be the cause as well or not. Any help would be greatly appreciated.