question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors creating kubernetes/conf/examples

See original GitHub issue

When I try kubectl create -f import-data-job.json I get the following error:

could not read an encoded object from import-data-job.json: API version "batch/v1" in "import-data-job.json" isn't supported, only supports API versions ["v1"]

Same thing happens with examples/ml100k/ml100k-import.json. Any hint about this issue?

Anyway this new dockerized architecture seems great! Thank you!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:18 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
beeva-enriqueoterocommented, Jun 7, 2016

I’ve tried release 1.3.2 with similar results: job ml100k-import as successful but recommender gets no answers.

kubectl logs ml100k-import-xjp4u shows the following error: IOError: [Errno 2] No such file or directory: u'/seldon-data/conf/zkroot/config/dbcp/_data_'

0reactions
beeva-enriqueoterocommented, Jun 13, 2016

Hi Clive

Thanks for updating the docs about GlusterFS installation. Now it seems my Seldon cluster is working ok with GlusterFS.

To achieve this I had to uncomment DATA_VOLUME="glusterfs"... line in Makefile.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Fix CreateContainerError & CreateContainerConfigError
CreateContainerConfigError and CreateContainerError are two errors that occur when a Kubernetes tries to create a container in a pod, but fails before the ......
Read more >
How to Prevent Kubernetes Configuration Errors | Built In
How to Prevent Kubernetes Configuration Errors. A cautionary tale about why you need to automate your configuration checks .
Read more >
Fixing CreateContainerError and CreateContainerConfigError
CreateContainerConfigError and CreateContainerError are errors that occur when a Kubernetes container is transitioning from a pending state to a running state.
Read more >
Configuration Best Practices - Kubernetes
This document highlights and consolidates configuration best practices that are introduced throughout the user guide, Getting Started ...
Read more >
Troubleshooting kubeadm | Kubernetes
As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found