Customization
There are a few options to customize the UI to your personal preferences.
DisplayMode
Defines the default display mode of the UI, defaults to your OS preferrence setting. Possible values are dark
, light
, colorblind
, colorblinddark
.
yaml
ui:
displayMode: 'colorblinddark'
yaml
ui:
displayMode: 'colorblinddark'
Banner
Adds custom suffix text to the UI. Can be helpful if you are running multiple UIs in diffent clusters.
yaml
ui:
banner: 'Kind Cluster'
yaml
ui:
banner: 'Kind Cluster'