Skip to content

Commit dfe45a9

Browse files
authored
Merge pull request #41820 from alex-dixon/patch-1
Add --rm for temporary pod command
2 parents 3df479c + de09ed7 commit dfe45a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ or [Installing CoreDNS](/docs/tasks/administer-cluster/coredns/#installing-cored
241241
Let's run another curl application to test this:
242242
243243
```shell
244-
kubectl run curl --image=radial/busyboxplus:curl -i --tty
244+
kubectl run curl --image=radial/busyboxplus:curl -i --tty --rm
245245
```
246246
```
247247
Waiting for pod default/curl-131556218-9fnch to be running, status is Pending, pod ready: false

0 commit comments

Comments
 (0)