Difference between revisions of "Restart"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
=== [[Restart ECS service]] ===
 
=== [[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 --force-new-deployment</code>
 +
* <code>[[aws ecs update-service --cluster]] your_cluster_name --service your_service-name --desired-count 0</code>
  
 
== Related ==
 
== Related ==
Line 10: Line 11:
 
* [[Kubernetes Pod Lifecycle]]
 
* [[Kubernetes Pod Lifecycle]]
 
* [[Kubernetes restartPolicy]]
 
* [[Kubernetes restartPolicy]]
 +
* [[/lib/systemd/system/mariadb.service]]
 +
** [[restart=on-abort]]
  
 
== See also ==
 
== See also ==

Latest revision as of 10:04, 18 December 2024

Advertising: