Skip to content

Commit

Permalink
remove outdated warning re: spot on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Oct 11, 2024
1 parent b1c4c42 commit e7cf3fc
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions site/content/docs/manifest/backend-service.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a
count:
spot: 5
```
!!! info
Fargate Spot is not supported for containers running on ARM architecture.

<div class="separator"></div>

Expand Down
2 changes: 0 additions & 2 deletions site/content/docs/manifest/backend-service.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ
count:
spot: 5
```
!!! info
ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。

<div class="separator"></div>

Expand Down
2 changes: 0 additions & 2 deletions site/content/docs/manifest/lb-web-service.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a
count:
spot: 5
```
!!! info
Fargate Spot is not supported for containers running on ARM architecture.

<div class="separator"></div>

Expand Down
2 changes: 0 additions & 2 deletions site/content/docs/manifest/lb-web-service.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ
count:
spot: 5
```
!!! info
ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。

<div class="separator"></div>

Expand Down
2 changes: 0 additions & 2 deletions site/content/docs/manifest/worker-service.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ If you want to use Fargate Spot capacity to run your services, you can specify a
count:
spot: 5
```
!!! info
Fargate Spot is not supported for containers running on ARM architecture.

<div class="separator"></div>

Expand Down
2 changes: 0 additions & 2 deletions site/content/docs/manifest/worker-service.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,6 @@ Service は、希望するタスク数を 5 に設定し、Service 内に 5 つ
count:
spot: 5
```
!!! info
ARM アーキテクチャで動作するコンテナでは、Fargate Spot はサポートされていません。

<div class="separator"></div>

Expand Down

0 comments on commit e7cf3fc

Please sign in to comment.