kubevela.github.io/docs/how-to/dashboard/trait/overview.md

34 lines
971 B
Markdown

---
title: Manage Traits
description: Manage traits for application
---
After deploying an application, VelaUX will automatically bind a `scaler` trait to the application. You can update, delete or bind other traits in the dashboard.
![trait-list](../../../resources/trait-list.png)
> Note: You need to re-deploy the application after updating traits.
## Bind new traits
Click `New Trait` to bind traits for the application.
You can select different type of traits. In addition, addons can be enabled to enable more traits.
![new-trait](../../../resources/new-trait.png)
## Update traits
Click the gear icon to enter the edit page of the trait. You can set the number of replicas to 5:
![edit-trait](../../../resources/edit-trait.png)
## Delete traits
Click the trash icon to delete the trait.
![delete-trait](../../../resources/delete-trait.png)
## More
For more information about all traits, please refer to [Traits](../../../end-user/traits/references).