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

Latest commit

 

History

History
15 lines (10 loc) · 535 Bytes

hidden-applications.md

File metadata and controls

15 lines (10 loc) · 535 Bytes

Hidden Application

An application exist, but not be displayed in the Application Navigator application view, by setting this annotation:

annotation: 
   kappnav.application.hidden: "true"

The annotation affects only the Application Navigator application view. Hidden applications are still visible through the k8s API and through the kubectl CLI.

A hidden application can serve as a useful anchor for application-scope command actions.

Note the applications API filters out and does not return hidden applications.