This commit is contained in:
dsy3502
2021-04-05 16:20:19 +08:00
committed by GitHub
parent ceb6c172ad
commit 5377aac936
2 changed files with 2 additions and 2 deletions

View File

@@ -353,7 +353,7 @@ each other:
```ShellSession
kubectl run myshell1 -it --rm --image busybox -- sh
hostname -i
# launch myshell2 in seperate terminal (see next code block) and ping the hostname of myshell2
# launch myshell2 in separate terminal (see next code block) and ping the hostname of myshell2
ping <hostname myshell2>
```