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:

  1. jobTemplate:
  2. spec:
  3. template:
  4. spec:
  5. activeDeadlineSeconds: 10 #<-- Add this line
  6. containers:

but should be

  1. jobTemplate:
  2. spec:
  3. activeDeadlineSeconds: 10 #<-- Add this line
  4. template:
  5. spec:

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training