Skip to content

Commit 05011a2

Browse files
krishna1mManmohan Krishna
and
Manmohan Krishna
authored
correction: /bin/sh -c added without which JOB was never getting completed (dgkanatsios#274)
Co-authored-by: Manmohan Krishna <[email protected]>
1 parent 34fa02f commit 05011a2

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 -- perl -Mbignum=bpi -wle 'print bpi(2000)'
673+
kubectl create job pi --image=perl -- /bin/sh -c perl -Mbignum=bpi -wle 'print bpi(2000)'
674674
```
675675

676676
</p>

0 commit comments

Comments
 (0)