Skip to content

Commit de09ed7

Browse files
authored
Add --rm for temporary pod command
Without --rm this creates a pod in the default namespace named `curl`. It seems ok to remove it on exit.
1 parent c5ee829 commit de09ed7

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)