-
Notifications
You must be signed in to change notification settings - Fork 746
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
kubectl apply -f cluster-configuration.yaml报错 #2260
Comments
[root@haiheng-151 ~]# kubectl apply -f kubesphere-installer.yaml 解决方法:v1beta1改为 v1 [root@haiheng-151 ~]# kubectl apply -f kubesphere-installer.yaml 解决方法,打开kubesphere-installer.yaml,添加内容是####。。。####,如下: apiVersion: apiextensions.k8s.io/v1
scope: Namespaced 再执行kubectl apply -f cluster-configuration-new.yaml就不会报错了 |
老哥,能不能讲明白一点,看了半天没看明白,到底怎么解决的 |
[root@haiheng-151 ~]# kubectl apply -f cluster-configuration-new.yaml
error: unable to recognize "cluster-configuration-new.yaml": no matches for kind "ClusterConfiguration" in version "installer.kubesphere.io/v1alpha1"
百度了一下,把alpha1删去还是报错
error: unable to recognize "cluster-configuration.yaml": no matches for kind "ClusterConfiguration" in version "installer.kubesphere.io/v1"
怎么搞?
The text was updated successfully, but these errors were encountered: