Skip to content

Commit 3a148f5

Browse files
Merge pull request #247130 from tomvcassidy/k80P100References
Removing References to K80 and P100 GPU SKUs
2 parents 97efd6c + 9868399 commit 3a148f5

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

articles/container-instances/container-instances-gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To run certain compute-intensive workloads on Azure Container Instances, deploy
1717
This article shows how to add GPU resources when you deploy a container group by using a [YAML file](container-instances-multi-container-yaml.md) or [Resource Manager template](container-instances-multi-container-group.md). You can also specify GPU resources when you deploy a container instance using the Azure portal.
1818

1919
> [!IMPORTANT]
20-
> K80 and P100 GPU SKUs are retiring by August 31st, 2023. This is due to the retirement of the underlying VMs used: [NC Series](https://learn.microsoft.com/azure/virtual-machines/nc-series-retirement) and [NCv2 Series](https://learn.microsoft.com/azure/virtual-machines/ncv2-series-retirement) Although V100 SKUs will be available, it is receommended to use Azure Kubernetes Service instead. GPU resources are not fully supported and should not be used for production workloads. Use the following resources to migrate to AKS today: [How to Migrate to AKS](https://learn.microsoft.com/azure/aks/aks-migration).
20+
> K80 and P100 GPU SKUs are retiring by August 31st, 2023. This is due to the retirement of the underlying VMs used: [NC Series](../virtual-machines/nc-series-retirement.md) and [NCv2 Series](../virtual-machines/ncv2-series-retirement.md) Although V100 SKUs will be available, it is receommended to use Azure Kubernetes Service instead. GPU resources are not fully supported and should not be used for production workloads. Use the following resources to migrate to AKS today: [How to Migrate to AKS](../aks/aks-migration.md).
2121
2222
> [!IMPORTANT]
2323
> This feature is currently in preview, and some [limitations apply](#preview-limitations). Previews are made available to you on the condition that you agree to the [supplemental terms of use][terms-of-use]. Some aspects of this feature may change prior to general availability (GA).

articles/container-instances/container-instances-reference-yaml.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,15 @@ The following tables describe the values you need to set in the schema.
405405
| name | string | No | Name of the header. |
406406
| value | string | No | Value of the header. |
407407

408+
> [!IMPORTANT]
409+
> K80 and P100 GPU SKUs are retiring by August 31st, 2023. This is due to the retirement of the underlying VMs used: [NC Series](../virtual-machines/nc-series-retirement.md) and [NCv2 Series](../virtual-machines/ncv2-series-retirement.md) Although V100 SKUs will be available, it is receommended to use Azure Kubernetes Service instead. GPU resources are not fully supported and should not be used for production workloads. Use the following resources to migrate to AKS today: [How to Migrate to AKS](../aks/aks-migration.md).
410+
408411
### GpuResource object
409412

410413
| Name | Type | Required | Value |
411414
| ---- | ---- | ---- | ---- |
412415
| count | integer | Yes | The count of the GPU resource. |
413-
| sku | enum | Yes | The SKU of the GPU resource. - K80, P100, V100 |
416+
| sku | enum | Yes | The SKU of the GPU resource. - V100 |
414417

415418
## Next steps
416419

articles/container-instances/container-instances-resource-and-quota-limits.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ The following maximum resources are available to a container group deployed with
107107
| V100 | 1 | 6 | 112 | 50 |
108108
| V100 | 2 | 12 | 224 | 50 |
109109
| V100 | 4 | 24 | 448 | 50 |
110-
<!---
111-
| K80 | 1 | 6 | 56 | 50 |
112-
| K80 | 2 | 12 | 112 | 50 |
113-
| K80 | 4 | 24 | 224 | 50 |
114-
| P100, V100 | 1 | 6 | 112 | 50 |
115-
| P100, V100 | 2 | 12 | 224 | 50 |
116-
| P100, V100 | 4 | 24 | 448 | 50 |
117-
--->
118110

119111
## Next steps
120112

0 commit comments

Comments
 (0)