Difference between revisions of "Restart"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [[Kubernetes Pod Lifecycle]] | * [[Kubernetes Pod Lifecycle]] | ||
* [[Kubernetes restartPolicy]] | * [[Kubernetes restartPolicy]] | ||
+ | * [[Restart=on-abort]] | ||
== See also == | == See also == |
Revision as of 10:04, 18 December 2024
Restart ECS service
aws ecs update-service --cluster your_cluster_name --service your_service-name --force-new-deployment
aws ecs update-service --cluster your_cluster_name --service your_service-name --desired-count 0
Related
See also
Advertising: