-
Notifications
You must be signed in to change notification settings - Fork 264
[Error] errors occured when install kube-batch #657
Comments
which version are you using? I think that's fixed by #631 |
kube-batch v0.4.1 |
ok, I think we need to cherry pick #631 :) If can not wait next release, maybe you can update deployment/kube-batch/templates/scheduling_v1alpha1_podgroup.yaml according to the PR . |
@k82cn i checked the deployment/kube-batch/templates/scheduling_v1alpha1_podgroup.yaml, and the queue.yam。 The file already contains the contents (crd-install). |
@asifdxtreme , would you help to check that? |
@k82cn Environment: |
hi @zoux86 , I just tried it and it succeeded. There are some bugs for helm 2.9.0 to support |
/assign |
We did not have default queue to install for 0.2 , so no such error :) |
A error occured When i run kube-batch in my local k8s cluster followed by this guide:
https://github.com/kubernetes-sigs/kube-batch/blob/master/doc/usage/tutorial.md
when i run the command:
" helm install $GOPATH/src/github.com/kubernetes-sigs/kube-batch/deployment/kube-batch --namespace kube-system"
i meet the error:
Error: apiVersion "scheduling.incubator.k8s.io/v1alpha1" in kube-batch/templates/default.yaml is not available
i think i should use the correct apiVersion for my k8s cluster. i run these command:
And i modified the default.yaml with some apiVersion above. it did not work.
SomeOne else had met this problem? can someone give me some advice?
Thanks!!!
Environment:
kubectl version
): V1.13.4uname -a
): ubuntu 16.04The text was updated successfully, but these errors were encountered: