> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/user-guide/manage-pipelines/execute-pipelines-run-deployments/rolling-restart-for-eks-manifest.md).

# Rolling Restart for EKS manifest

A Rolling Restart is a stage with which you can delete the old set of data and add the new configured data and restart the chosen Kind (eg: Deployment) automatically when the pipeline is executed.&#x20;

To add a Rolling Restart stage:

1. Go to[ Application Dashboard](https://docs.opsmx.com/user-guide/dashboard/application-dashboard): When you log in to ISD the application dashboard is displayed with the list of applications. You can create a new application also as given in[ create a new application](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledge-base/manage-application/create-an-application).
2. Click on the application for which you want to build this pipeline.

<figure><img src="https://lh7-us.googleusercontent.com/M0iYyrP6g3OGba4qjcSxqkwTbFz7pK6Htz2LHuqriVUYgioYQUVMnCeJvO2DoYoaeepVwTExIQMmaOiQlBjAIsO2LYVwPJwJ0dEOppRI9NFN8rRJ1QopglXOksSml5tHmyen4SyyalSNeRoCN7QrS2Y" alt=""><figcaption></figcaption></figure>

3\. Pipelines: Once you click on an application, it will redirect you to the Pipelines page. Click +Create button to[ create a new pipeline](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledge-base/manage-pipelines/create-a-pipeline). Users can also view the existing pipelines displayed on the left.

4\. Click on[ Add stage](https://docs.opsmx.com/user-guide/manage-pipelines/add-stage): The add stage button is displayed below the diagrammatic representation of the created pipeline. When you click this button, you can select the different types of stages that ISD supports.

<figure><img src="https://lh7-us.googleusercontent.com/j5DDa4SX5DOafLFjuzyUjqiN19SffHqTkgLtfjq2NlA11OWyi6NQY-sfrwXWJAg4cYpEJVVqc_YhaPU6kAr1ZuugWgGLBgDPnfhnZBqyMfYCvuFcL0gpn1SRTaOwYYPiFD4mPecEUHYDg2L_FYE0IOY" alt=""><figcaption></figcaption></figure>

5\. Add rolling restart stage: Select Rolling Restart stage from the Type drop down. You should add each stage and configure them in a logical sequence as ISD does not permit downstream dependencies.

6\. Configure the rolling restart Stage: Configuring the stage allows you to define input options a user can give and how they might give them. Update the required details and click Save Changes.

7\. Run your pipeline: Once the pipeline is executed, the selected Kind is restarted with a new set of values.&#x20;

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opsmx.com/isd-spinnaker/opsmx-intelligent-software-delivery-isd-platform-spinnaker/user-guide/manage-pipelines/execute-pipelines-run-deployments/rolling-restart-for-eks-manifest.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
