Removing TrueCharts left bits around, how to clean

Hi all,
Busy deleting/removing TrueCharts,
I’ve already removed the repository and all apps deployed, except “ClusterIssuer” and “metallb-config”

When doing a delete on them they both show the following in a error block

#
errorFAILED

[EFAULT] Unable to uninstall 'clusterissuer' chart release: b'Error: failed to delete release: clusterissuer\n'

add_circle_outlineMore info...

and if I click more information then I got he following

Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 469, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 511, in __run_body
    rv = await self.method(*args)
         ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 210, in nf
    rv = await func(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 47, in nf
    res = await f(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 187, in nf
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/chart_releases_linux/chart_release.py", line 601, in do_delete
    raise CallError(f'Unable to uninstall {release_name!r} chart release: {cp.stderr}')
middlewared.service_exception.CallError: [EFAULT] Unable to uninstall 'clusterissuer' chart release: b'Error: failed to delete release: clusterissuer\n'
 

anyone ?

G

Moved to a more appropriate section.

Looks like a formatting issue to me. I know 0 of TrueCharts.

From scale shell run: sudo k3s kubectl delete ns ix-APPNAME

1 Like

Hi there
Thank you, and all I can tell myself is duh, how did I forget this is just a K3s environment at the back and normal kubectl type commands could do the job,
All nice and clean and fresh now.

G