customresourcedefinition.apiextensions.k8s.io/clusterconfigurations.installer.kubesphere.io unchange

部署运行你感兴趣的模型镜像

在执行kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml时报以下日志:

customresourcedefinition.apiextensions.k8s.io/clusterconfigurations.installer.kubesphere.io unchanged
namespace/kubesphere-system unchanged
serviceaccount/ks-installer unchanged
clusterrole.rbac.authorization.k8s.io/ks-installer unchanged
clusterrolebinding.rbac.authorization.k8s.io/ks-installer unchanged
deployment.apps/ks-installer unchanged

日志的意思是没有改变,都安装过了,但我没有安装成功过,或者说我的pod没有运行成功,我的解决办法是:

把kubesphere-installer.yaml中定义的组件都强制卸载掉:

 kubectl  delete Namespace kubesphere-system --force --grace-period=0

kubectl  delete CustomResourceDefinition clusterconfigurations.installer.kubesphere.io --force --grace-period=0

kubectl  delete ServiceAccount ks-installer --force --grace-period=0

kubectl  delete ClusterRole ks-installer --force --grace-period=0

kubectl  delete ClusterRoleBinding ks-installer --force --grace-period=0

kubectl  delete Deployment ks-installer --force --grace-period=0

然后再执行:

kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/kubesphere-installer.yaml
   
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml
会发现安装成功。

这个时候可以查看pod

kubectl -n kubesphere-system get pod

查看pod状态,如果运行不成功则查看日志,解决后续问题。

 

 

您可能感兴趣的与本文相关的镜像

ACE-Step

ACE-Step

音乐合成
ACE-Step

ACE-Step是由中国团队阶跃星辰(StepFun)与ACE Studio联手打造的开源音乐生成模型。 它拥有3.5B参数量,支持快速高质量生成、强可控性和易于拓展的特点。 最厉害的是,它可以生成多种语言的歌曲,包括但不限于中文、英文、日文等19种语言

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值