diff --git a/ee/ucp/deploy-application-package.md b/ee/ucp/deploy-application-package.md index 48bb7156c8..6a1d70f55f 100644 --- a/ee/ucp/deploy-application-package.md +++ b/ee/ucp/deploy-application-package.md @@ -29,7 +29,12 @@ To create a stack in the UCP web interface, follow these steps: ![Create stacks in UCP](/ee/ucp/images/ucp-create-stack.png) -3. Select **Create Stack** +3. Select **Create Stack** to display the stack creation dialog. + + ![Configure stacks in UCP](/ee/ucp/images/ucp-configure-stack.png) + +4. Enter a name for the stack in the **Name** field. +5. Select either **Swarm Services** or **Kubernetes Workloads** for the orchestrator mode. ### Deploying on Swarm diff --git a/ee/ucp/images/ucp-config-stack.png b/ee/ucp/images/ucp-config-stack.png new file mode 100644 index 0000000000..83f4233a3f Binary files /dev/null and b/ee/ucp/images/ucp-config-stack.png differ