--- title: Rollout --- This section will introduce how to use Rollout Trait to perform a rolling update on Component. The component supported for rollout is: * [webservice](../../end-user/components/cue/webservice) * worker ## How to ### Enable the rollout addon Before using this trait you must enable the `rollout` addon by this command. ```shell vela addon enable rollout ``` ### First Deployment Apply the Application YAML below which includes a webservice-type workload with Rollout Trait, and [control version](../../end-user/version-control) of component name to be express-server-v1. ```shell cat <