Skip to content

Commit 9682d0b

Browse files
Merge pull request #3262 from MicrosoftDocs/main638586467979033444sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0c7aa56 + 130d3ff commit 9682d0b

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

AKS-Hybrid/aks-hci-network-system-requirements.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ In this conceptual article, the following key components are introduced. These c
2626
Kubernetes nodes are deployed as specialized virtual machines in AKS enabled by Arc. These VMs are allocated IP addresses to enable communication between Kubernetes nodes. AKS Arc uses Azure Stack HCI logical networks to provide IP addresses and networking for the underlying VMs of the Kubernetes clusters. For more information about logical networks, see [Logical networks for Azure Stack HCI](/azure-stack/hci/manage/create-logical-networks?tabs=azurecli). You must plan to reserve one IP address per AKS cluster node VM in your Azure Stack HCI environment.
2727

2828
> [!NOTE]
29-
> Static IP is the only supported mode for assigning an IP address to AKS Arc VMs. This is because Kubernetes requires the IP address assigned to a Kubernetes node to be constant throughout the lifecycle of the Kubernetes cluster.
29+
> Static IP is the only supported mode for assigning an IP address to AKS Arc VMs. This is because Kubernetes requires the IP address assigned to a Kubernetes node to be constant throughout the lifecycle of the Kubernetes cluster.
30+
> Software defined virtual networks and SDN related features are currently not supported on AKS on Azure Stack HCI 23H2.
3031
3132
The following parameters are required in order to use a logical network for AKS Arc cluster create operation:
3233

azure-stack/hci/update/update-troubleshooting-23h2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ We highly recommend using the Azure portal, to browse to your failed update and
9898
If you're using PowerShell and need to resume a previously failed update run, use the following command:
9999
100100
```powershell
101-
get-solutionupdate | start-solutionupdate
101+
Get-SolutionUpdate | Start-SolutionUpdate
102102
```
103103

104104
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
105105

106106
```powershell
107-
get-solutionUpdate | start-solutionUpdate -IgnoreWarnings
107+
Get-SolutionUpdate | Start-SolutionUpdate -IgnoreWarnings
108108
```
109109

110110
## Next steps

azure-stack/hci/update/update-via-powershell-23h2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ You can download the updates, perform a set of checks to verify your cluster's u
357357
- To download and install the update, run the following command:
358358
359359
```powershell
360-
Get-SolutionUpdate | ? version -eq "10.2302.0.31"
360+
Get-SolutionUpdate | ? version -eq "10.2302.0.31" | Start-SolutionUpdate
361361
```
362362
363363
- To only download the updates without starting the installation, use the `-PrepareOnly` flag with `Start-SolutionUpdate`.
@@ -469,13 +469,13 @@ After the updates are installed, verify the solution version of the environment
469469
To resume a previously failed update run via PowerShell, use the following command:
470470
471471
```powershell
472-
get-solutionupdate | start-solutionupdate
472+
Get-SolutionUpdate | Start-SolutionUpdate
473473
```
474474

475475
To resume a previously failed update due to update health checks in a **Warning** state, use the following command:
476476

477477
```powershell
478-
get-solutionUpdate | start-solutionUpdate -IgnoreWarnings
478+
Get-SolutionUpdate | Start-SolutionUpdate -IgnoreWarnings
479479
```
480480

481481
To troubleshoot other update run issues, see [Troubleshoot updates](./update-troubleshooting-23h2.md).

azure-stack/zone-pivot-groups.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,14 @@ groups:
7474
title: Version 23H2
7575
- id: aks-22h2
7676
title: Version 22H2
77-
77+
- id: windows-os
78+
title: Products
79+
prompt: "Choose your product:"
80+
pivots:
81+
- id: windows-server
82+
title: Windows Server
83+
- id: azure-stack-hci
84+
title: Azure Stack HCI
7885
# BELOW: entries inherited from github.com/microsoftdocs/azure-docs-pr/articles/zone-pivot-groups.yml for reuse.
7986
# For consistency across Docs. This includes: client OSes, languages, etc.
8087

0 commit comments

Comments
 (0)