Difference between revisions of "Restart"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
* <code>[[docker restart]]</code>
 
* <code>[[docker restart]]</code>
  
 +
=== [[Restart ECS service]] ===
 +
* <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --force-new-deployment</code>
 +
* <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --desired-count 0</code>
  
 
== Related ==
 
== Related ==
 
* [[Restart ecs services]]
 
* [[Restart ecs services]]
 +
* [[Kubernetes Pod Lifecycle]]
 +
* [[Kubernetes restartPolicy]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:38, 27 April 2023

wikipedia:Restart

Restart ECS service[edit]

Related[edit]

See also[edit]

Advertising: