Skip to content

Commit 0499363

Browse files
Merge pull request #307619 from v-sissondan/ase-k8-gpu
ASE- Local UI and Minishell - Publish 10AM 11/24
2 parents a264900 + 4dd8904 commit 0499363

14 files changed

Lines changed: 142 additions & 428 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,11 @@
990990
"redirect_url": "/previous-versions/azure/databox-online/azure-stack-edge-deploy-configure-compute",
991991
"redirect_document_id": false
992992
},
993+
{
994+
"source_path": "articles/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge.md",
995+
"redirect_url": "/articles/databox-online/azure-stack-edge-gpu-kubernetes-workload-management",
996+
"redirect_document_id": false
997+
},
993998
{
994999
"source_path": "articles/databox-online/azure-stack-edge-system-requirements.md",
9951000
"redirect_url": "/previous-versions/azure/databox-online/azure-stack-edge-system-requirements",

articles/databox-online/TOC.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,6 @@
331331
href: azure-stack-edge-gpu-troubleshoot-virtual-machine-provisioning.md
332332
- name: GPU extension issues
333333
href: azure-stack-edge-gpu-troubleshoot-virtual-machine-gpu-extension-installation.md
334-
- name: Azure Kubernetes service
335-
items:
336-
- name: Deploy AKS on Azure Stack Edge
337-
href: azure-stack-edge-deploy-aks-on-azure-stack-edge.md
338334
- name: Kubernetes
339335
items:
340336
- name: What is Kubernetes?
@@ -497,7 +493,9 @@
497493
href: azure-stack-edge-contact-microsoft-support.md
498494
- name: Shared release notes
499495
items:
500-
- name: 2506 - Current
496+
- name: 2510 - Current
497+
href: azure-stack-edge-gpu-2510-release-notes.md
498+
- name: "2506"
501499
href: azure-stack-edge-gpu-2506-release-notes.md
502500
- name: "2501"
503501
href: azure-stack-edge-gpu-2501-release-notes.md

articles/databox-online/azure-stack-edge-deploy-aks-on-azure-stack-edge.md

Lines changed: 0 additions & 365 deletions
This file was deleted.

articles/databox-online/azure-stack-edge-gpu-2309-release-notes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ You can update to the latest version using the following update paths:
4949

5050
The 2309 release has the following new features and enhancements:
5151

52-
- Beginning this release, you have the option of selecting Kubernetes profiles based on your workloads. You can select the Kubernetes workload profiles via the [local UI](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=two-node#configure-compute-ips-1) or via the [PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#change-kubernetes-workload-profiles) of your device.
52+
- Beginning this release, you have the option of selecting Kubernetes profiles based on your workloads. You can select the Kubernetes workload profiles via the [local UI](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=two-node#configure-compute-ips-1) of your device.
5353
- In this release, you can configure Maximum Transmission Unit (MTU) for the network interfaces on your device. For more information, see [Configure MTU via the local UI](azure-stack-edge-gpu-deploy-configure-network-compute-web-proxy.md?pivots=single-node#configure-virtual-switches).
5454
- In this release, new VM sizes have been added. For more information, see the [Supported VM sizes for Azure Stack Edge](azure-stack-edge-gpu-virtual-machine-sizes.md).
55-
- Starting this release, you can created a VM image with custom sizes and use that to create your VMs. For more information, see [Create a VM image with custom size](azure-stack-edge-create-vm-with-custom-size.md).
55+
- Starting this release, you can create a VM image with custom sizes and use that to create your VMs. For more information, see [Create a VM image with custom size](azure-stack-edge-create-vm-with-custom-size.md).
5656
- Beginning this release, you can create VM images starting from an image from Azure Marketplace or an image in your Storage account. For more information, see [Create a VM image from Azure Marketplace or Azure storage account](azure-stack-edge-create-a-vm-from-azure-marketplace.md).
5757
- Several security, supportability, diagnostics, resiliency, and performance improvements were made in this release.
5858
- You can deploy Azure Kubernetes service (AKS) on an Azure Stack Edge cluster. This feature is supported only for SAP and PMEC customers. For more information, see [Deploy AKS on Azure Stack Edge](azure-stack-edge-deploy-aks-on-azure-stack-edge.md).
@@ -102,7 +102,7 @@ The following table provides a summary of known issues carried over from the pre
102102
|**15.**|Certificates|Alerts related to signing chain certificates aren't removed from the portal even after uploading new signing chain certificates.| |
103103
|**16.**|Web proxy |NTLM authentication-based web proxy isn't supported. ||
104104
|**17.**|Internet Explorer|If enhanced security features are enabled, you might not be able to access local web UI pages. | Disable enhanced security, and restart your browser.|
105-
|**18.**|Kubernetes |Kubernetes doesn't support ":" in environment variable names that are used by .NET applications. This is also required for Event Grid IoT Edge module to function on Azure Stack Edge device and other applications. For more information, see [ASP.NET core documentation](/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration#environment-variables).|Replace ":" by double underscore. For more information,see [Kubernetes issue](https://github.com/kubernetes/kubernetes/issues/53201)|
105+
|**18.**|Kubernetes |Kubernetes doesn't support ":" in environment variable names that are used by .NET applications. This is also required for Event Grid IoT Edge module to function on Azure Stack Edge device and other applications. For more information, see [ASP.NET core documentation](/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration#environment-variables).|Replace ":" by double underscore. For more information, see [Kubernetes issue](https://github.com/kubernetes/kubernetes/issues/53201)|
106106
|**19.** |Azure Arc + Kubernetes cluster |By default, when resource `yamls` are deleted from the Git repository, the corresponding resources aren't deleted from the Kubernetes cluster. |To allow the deletion of resources when they're deleted from the git repository, set `--sync-garbage-collection` in Arc OperatorParams. For more information, see [Delete a configuration](/azure/azure-arc/kubernetes/tutorial-use-gitops-connected-cluster#additional-parameters). |
107107
|**20.**|NFS |Applications that use NFS share mounts on your device to write data should use Exclusive write. That ensures the writes are written to the disk.| |
108108
|**21.**|Compute configuration |Compute configuration fails in network configurations where gateways or switches or routers respond to Address Resolution Protocol (ARP) requests for systems that don't exist on the network.| |

0 commit comments

Comments
 (0)