Configuring Busola Deployment ​
Prerequisites ​
Procedure ​
Follow these steps to configure your Busola deployment:
Go to the
resources/customizationfolder and adjust the provided configuration as needed. Your changes replace all Busola default configuration exceptdefaultConfig.yaml. For more information, see Configuration.Set the NAMESPACE shell environment variable:
bashexport NAMESPACE={YOUR_NAMESPACE}In the root folder of your Busola installation, run the following commands to apply your configuration and restart the dashboard:
bash(cd resources/customization && kustomize build . | kubectl apply -f- --namespace "${NAMESPACE}") kubectl rollout restart deployment busola --namespace "${NAMESPACE}"To verify that your configuration has been applied, go to your Cluster Overview, choose Feedback > Give Feedback. The link you provided in
resources/customization/config/config.yamlshould open. By default, it'skyma-project.io.To check if your extensions are loaded properly, select your namespace, and check if your resource is there. For example, Kustomized Horizontal Pod Autoscalers in the Discovery and Network section, as provided in
resources/customization/extensions/extensions.yaml.