cancel
Showing results for 
Search instead for 
Did you mean: 
  • 112 Views

error while running lab start eda-setup : failed to read input object (not a Template?)

Jump to solution

Hi, I ran into the same issue when running lab start eda-setup:

error: failed to read input object (not a Template?)

no kind "Template" is registered for version "v1"

This happens because recent OpenShift versions no longer accept apiVersion: v1 for Templates.
Updating the AD482 lab templates to use apiVersion: template.openshift.io/v1 fixed it for me.

After patching the YAML files in .../ad482/common/kubefiles/templates/, the lab setup completed successfully and the Kafka cluster came up without errors.

Hope this helps anyone else hitting the same issue!

Labels (2)
Tags (2)
1 Solution

Accepted Solutions
Chetan_Tiwary_
Community Manager
Community Manager
  • 108 Views

@Helena_Leis Thanks for reporting this issue here and also for providing a workaround for learners. 

I will also report it to the course developers for fixing this issue. 

View solution in original post

0 Kudos
1 Reply
Chetan_Tiwary_
Community Manager
Community Manager
  • 109 Views

@Helena_Leis Thanks for reporting this issue here and also for providing a workaround for learners. 

I will also report it to the course developers for fixing this issue. 

0 Kudos
Join the discussion
You must log in to join this conversation.