Skip to content

Commit 4d0e139

Browse files
Merge pull request #221576 from infosatheesh2020/master
Typo & remove duplicate line in AKS node doc
2 parents 51b2312 + e24852a commit 4d0e139

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

articles/aks/node-access.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,7 @@ aks-nodepool1-12345678-vmss000001 Ready agent 13m v1.19.9 10.240.0.
3939
aksnpwin000000 Ready agent 87s v1.19.9 10.240.0.67 <none> Windows Server 2019 Datacenter 10.0.17763.1935 docker://19.3.1
4040
```
4141

42-
Us the `kubectl debug` command to run a container image on the node to connect to it.
43-
44-
```bash
45-
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0
46-
```
47-
48-
The following command starts a privileged container on your node and connects to it.
42+
Use the `kubectl debug` command to run a container image on the node to connect to it. The following command starts a privileged container on your node and connects to it.
4943

5044
```bash
5145
kubectl debug node/aks-nodepool1-12345678-vmss000000 -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0

articles/load-balancer/tutorial-gateway-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A virtual network is needed for the resources that are in the backend pool of th
7777
| Setting | Value |
7878
|--------------------|----------------------------|
7979
| Bastion name | Enter **myBastionHost** |
80-
| AzureBastionSubnet address space | Enter **10.1.1.0/27** |
80+
| AzureBastionSubnet address space | Enter **10.1.1.0/26** |
8181
| Public IP Address | Select **Create new**. </br> For **Name**, enter **myBastionIP**. </br> Select **OK**. |
8282

8383

0 commit comments

Comments
 (0)