runtime
runtime copied to clipboard
change: do not use default ingressClass annotation and fix traefik uninstall warning
Ref: #649
Additional info:
- before this change,
acorn uninstallyielded an errorError: an empty namespace may not be set when a resource name is providedbecause the Service wasn't assigned to a namespace - Traefik will only be installed, if no
ingressClassNamewas specified via flag - this PR also adds the success message for the Post-install checks
Signed-off-by: Thorsten Klein [email protected]