Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't find type: v1beta1.Job #6

Closed
msvechla opened this issue May 30, 2017 · 2 comments
Closed

couldn't find type: v1beta1.Job #6

msvechla opened this issue May 30, 2017 · 2 comments
Milestone

Comments

@msvechla
Copy link

Hello,

I'm getting the following error when installing the chart:
Error: error validating "": error validating data: couldn't find type: v1beta1.Job

I guess it is related to the file: gitlab/charts/runner/templates/registrator.yaml

Kubelet Version:
v1.6.2+coreos.0

@msvechla
Copy link
Author

changing it to:
apiVersion: batch/v1 worked. Can you update this in the packaged version?
Thank you!

@lwolf
Copy link
Owner

lwolf commented May 30, 2017

Hi, this chart is not yet migrated to 1.6.
There were many changes between 1.5->1.6 in Kubernetes and jobs are one of them.

v1beta1.Job -> batch/v1.Job should work, but I think there will be more issues

@lwolf lwolf modified the milestone: k8s 1.6+ May 30, 2017
@lwolf lwolf closed this as completed Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants