Skip to content

Commit 9bbeef3

Browse files
authored
Update use-windows-hpc.md
In the 114 line, command seems wrong. Use `kubctl log` to view the logs of the pod and verify the pod has administrator rights: It should be like this Use `kubectl log` to view the logs of the pod and verify the pod has administrator rights:
1 parent 87ad1e1 commit 9bbeef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-windows-hpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ NAME READY STATUS RESTARTS AGE
111111
privileged-daemonset-12345 1/1 Running 0 2m13s
112112
```
113113

114-
Use `kubctl log` to view the logs of the pod and verify the pod has administrator rights:
114+
Use `kubectl log` to view the logs of the pod and verify the pod has administrator rights:
115115

116116
```output
117117
$ kubectl logs privileged-daemonset-12345 --namespace kube-system

0 commit comments

Comments
 (0)