Welcome to the Linux Foundation Forum!

Bug in training - cronjob template not correct?

In https://trainingportal.linuxfoundation.org/learn/course/kubernetes-for-developers-lfd259/design/lab-exercises?page=3

is an example:

jobTemplate:
  spec:
    template:
      spec:
        activeDeadlineSeconds: 10  #<-- Add this line
        containers:

but should be

jobTemplate:
  spec:
    activeDeadlineSeconds: 10  #<-- Add this line
    template:
      spec:

Comments

Categories

Upcoming Training