Difference between revisions of "Restart"
Jump to navigation
Jump to search
(8 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 == | ||
Line 8: | 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
Restart ECS service[edit]
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[edit]
- Restart ecs services
- Kubernetes Pod Lifecycle
- Kubernetes restartPolicy
- /lib/systemd/system/mariadb.service
See also[edit]
Advertising: