Skip to content

Commit 70ca3e1

Browse files
committed
Removing References to K80 and P100 GPU SKUs
1 parent 042cf5b commit 70ca3e1

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

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](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).
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)