-
Notifications
You must be signed in to change notification settings - Fork 118
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
error: unable to recognize "017-pipeline-env-platform-agnostic-multi-user.yaml": no matches for kind "CompositeController" in version "metacontroller.k8s.io/v1alpha1" #31
Comments
集群是支持k8s 1.18版本得,是不是之前你安装过这类型得CRD,你可以尝试先delete再apply: kubectl delete -f manifest1.3/017-pipeline-env-platform-agnostic-multi-user.yaml
kubectl apply -f manifest1.3/017-pipeline-env-platform-agnostic-multi-user.yaml |
我是新建的集群 |
我也报同样的错,你有没有解决这个问题。 |
没有,暂时搁置了,过两天还得弄 |
@jacklee999 @weiwei-9527 你可以输出 $ kubectl get crd compositecontrollers.metacontroller.k8s.io -oyaml |
|
@shikanon
但是我再delete的时候又出现了,似乎apply 的时候没有报出问题,但是资源并没有成功创建
|
@jacklee999 |
@weiwei-9527 看你输出这个CRD应该是安装成功了,你 get CompositeController 看看: $ kubectl get CompositeController -A
NAME AGE
kubeflow-pipelines-profile-controller 41d 看是否存在 |
|
@weiwei-9527 这样看你这个没有问题啊,这个deployment $ kubectl get po -nkubeflow | grep pipelines-profile
kubeflow-pipelines-profile-controller-5698bf57cf-btpn5 1/1 Running 0 39d
kubeflow-pipelines-profile-controller-5698bf57cf-vs8rh 1/1 Running 0 34d |
@shikanon 也起来了
|
@weiwei-9527 那你这个 profile controller 应该是运行成功了,现在系统还存在什么问题 |
@shikanon 暂时看不出什么问题,得使用之后才能知道,感谢帮助 |
请问1.20的版本支持吗? |
@Corezcy 最新版本已经支持k8s 1.20版本了 |
@shikanon 您好,我查询不到这个 root@master:/home/hqc/Kubeflow/Kubeflow1.3# kubectl get CompositeController -A
error: the server doesn't have a resource type "CompositeController"
root@master:/home/hqc/Kubeflow/Kubeflow1.3# kubectl get crd compositecontrollers.metacontroller.k8s.io -oyaml
Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "compositecontrollers.metacontroller.k8s.io" not found
|
说明没安装成功,crd是资源最基础的文件,你可以卸载重新安装 |
可是我删除又重装,017这个yaml文件一直报以下错误呢: |
我也遇到同样的问题,请问您怎么解决的? |
试了下,k8s 1.16 --> 1.22 之间的没有这个问题。 |
我用的是tke-1.18.4的k8s,是我用的版本太老了吗
The text was updated successfully, but these errors were encountered: