Failed to start kubernetes cluster for Applications: 7

Bryon Brinkmann

Explorer
Joined
Oct 7, 2016
Messages
50
I install the signed certificate on my Scale system but, I went to delete the old cert and I receive the error below.

Error: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 423, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 461, in __run_body rv = await self.middleware.run_in_thread(self.method, *([self] + args)) File "/usr/lib/python3/dist-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs)) File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1135, in nf res = f(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/schema.py", line 1265, in nf return func(*args, **kwargs) File "/usr/lib/python3/dist-packages/middlewared/plugins/crypto_/certificates.py", line 673, in do_delete check_dependencies(self.middleware, 'CERT', id) File "/usr/lib/python3/dist-packages/middlewared/plugins/crypto_/dependencies.py", line 12, in check_dependencies middleware.call_sync(method, id) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1334, in call_sync return self.run_coroutine(methodobj(*prepared_call.args)) File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1374, in run_coroutine return fut.result() File "/usr/lib/python3.9/concurrent/futures/_base.py", line 433, in result return self.__get_result() File "/usr/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/lib/python3/dist-packages/middlewared/service.py", line 995, in check_dependencies raise CallError( middlewared.service_exception.CallError: [EBUSY] This object is being used by other objects

Also if I change HTTP redirect to HTTPS it fails to open VNC (it shows it's an insecure certificate)

The odd thing is is when it was a self-signed CERT it never had a problem. Lastly it's failing to start kubernetes.

CRITICAL​

Failed to start kubernetes cluster for Applications: 7​

2022-02-26 10:25:30 (America/Denver)
 
Last edited:

Bryon Brinkmann

Explorer
Joined
Oct 7, 2016
Messages
50
So for some magical reason no more error that Kubernetes is not starting but, I can delete that unsigned cert.

 
Top