Skip to content

Commit 15269d7

Browse files
Typo & remove duplicate line in AKS node doc
1 parent 00c724c commit 15269d7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
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

0 commit comments

Comments
 (0)