website/content/en/examples/controllers
Matt McClure 1ee7c15023
Update job.yaml
The perl command fails at image version >5.34:

```
> docker run -it perl:5.36 bash
...
root@783a8ea24899:/# perl -Mbignum=bpi -wle "print bpi(2000)"
Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/5.36.0/Math/BigInt/Calc.pm line 1049.```

> docker run -it perl:5.35 bash
...
docker: Error response from daemon: manifest for perl:5.35 not found: manifest unknown: manifest unknown.```

> docker run -it perl:5.34 bash
...
root@d4efc70c15b5:/# perl -Mbignum=bpi -wle "print bpi(2000)"
3.141592653589793238...
```
2022-06-22 13:59:19 -04:00
..
daemonset.yaml kubeadm: update references of "master" label/taint for 1.24 2022-02-23 19:22:50 +02:00
fluentd-daemonset-update.yaml kubeadm: update references of "master" label/taint for 1.24 2022-02-23 19:22:50 +02:00
fluentd-daemonset.yaml kubeadm: update references of "master" label/taint for 1.24 2022-02-23 19:22:50 +02:00
frontend.yaml Trying to update ReplicaSet Docs as per issue 12081 (#12409) 2019-02-06 10:09:22 -08:00
hpa-rs.yaml Consolidate YAML files [part-8] (#9347) 2018-07-02 17:35:20 -07:00
job.yaml Update job.yaml 2022-06-22 13:59:19 -04:00
nginx-deployment.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
replicaset.yaml Consolidate YAML files [part-8] (#9347) 2018-07-02 17:35:20 -07:00
replication-nginx-1.14.2.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
replication-nginx-1.16.1.yaml Update nginx to modern versions (#19198) 2020-03-17 10:48:23 -07:00
replication.yaml Consolidate YAML files [part-8] (#9347) 2018-07-02 17:35:20 -07:00