pablokbs / peladonerd

Repo con los archivos que uso para mi videos en youtube
2.01k stars 1.33k forks source link

fix error Specified the image version 5.34.0 to avoid the 'Can't use an un… #215

Closed adrabenche closed 2 years ago

adrabenche commented 2 years ago

When applying 01-job.yaml the following error is shown on logs. To reproduce:

$ cat 01-job.yaml | grep 'image: '
        image: perl

$ k apply -f 01-job.yaml 
job.batch/pi created

$ k logs pi-757b5 
Can't use an undefined value as an ARRAY...

To solve this, we specified the version of the Docker perl image 5.34.0