Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 610 Bytes

File metadata and controls

37 lines (22 loc) · 610 Bytes

Known Issues

Release 0.5.0

No known issues.

Release 0.1.4

No known issues.

Release 0.1.3

No 0.1.3 release.

Release 0.1.2

Uninstall sometimes hangs due to operator finalizer. Solution is to delete the finalizer from the kappnav custom resource.

Procedure:

  1. open kappnav custom resource in resource editor

    kubectl edit kappnav instance -n kappnav
    
  2. delete finalizer

    Remove these two lines:

    finalizers:
    - uninstall-helm-release
    
  3. save edits

Result should be that hanging uninstall completes successfully within a few moments.