Skip to content

Commit fc50ea7

Browse files
authored
Update c.pod_design.md (dgkanatsios#278)
The perl command didn't output pi to the logs. Updating cli command to work properly according to the kuberenetes documentation.
1 parent 950d080 commit fc50ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c.pod_design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ version-2
670670
<p>
671671

672672
```bash
673-
kubectl create job pi --image=perl -- /bin/sh -c perl -Mbignum=bpi -wle 'print bpi(2000)'
673+
kubectl create job pi --image=perl:5.34 -- perl -Mbignum=bpi -wle 'print bpi(2000)'
674674
```
675675

676676
</p>

0 commit comments

Comments
 (0)