mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * applications/deployments/deployment-strategies.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="odc-editing-deployments_{context}"]
|
|
= Editing a deployment by using the Developer perspective
|
|
|
|
You can edit the deployment strategy, image settings, environment variables, and advanced options for your deployment by using the *Developer* perspective.
|
|
|
|
.Prerequisites
|
|
|
|
* You are in the *Developer* perspective of the web console.
|
|
* You have created an application.
|
|
|
|
.Procedure
|
|
|
|
. Navigate to the *Topology* view.
|
|
. Click your application to see the *Details* panel.
|
|
. In the *Actions* drop-down menu, select *Edit Deployment* to view the *Edit Deployment* page.
|
|
. You can edit the following *Advanced options* for your deployment:
|
|
.. Optional: You can pause rollouts by clicking *Pause rollouts*, and then selecting the *Pause rollouts for this deployment* checkbox.
|
|
+
|
|
By pausing rollouts, you can make changes to your application without triggering a rollout. You can resume rollouts at any time.
|
|
.. Optional: Click *Scaling* to change the number of instances of your image by modifying the number of *Replicas*.
|
|
. Click *Save*.
|