Errors creating kubernetes/conf/examples
See original GitHub issueWhen 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:
- Created 7 years ago
- Comments:18 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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_'
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.