掌舵安装|错误:预安装失败:作业失败:BackoffLimitExceeded

时间:2021-01-07 16:23:06

标签: docker kubernetes kubernetes-helm minikube kubernetes-pod

我正在尝试使用以下命令进行“helm install”:

helm install mst local-development/mst 

但是,它运行了一段时间并给出了这个错误“预安装失败:作业失败:BackoffLimitExceeded”,如下所示:

client.go:268: [debug] Starting delete for "mst-apps-hook-bootstrap" ConfigMap
client.go:297: [debug] configmaps "mst-apps-hook-bootstrap" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-hook-customsql" ConfigMap
client.go:297: [debug] configmaps "mst-apps-hook-customsql" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-hook-dbcreds" Secret
client.go:297: [debug] secrets "mst-apps-hook-dbcreds" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-ltpa-keys" Secret
client.go:297: [debug] secrets "mst-ltpa-keys" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-wlpadm" Secret
client.go:297: [debug] secrets "mst-wlpadm" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-secret-manager" ServiceAccount
client.go:297: [debug] serviceaccounts "mst-apps-secret-manager" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-secret-manager" Role
client.go:297: [debug] roles.rbac.authorization.k8s.io "mst-apps-secret-manager" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-secret-manager" RoleBinding
client.go:297: [debug] rolebindings.rbac.authorization.k8s.io "mst-apps-secret-manager" not found
client.go:122: [debug] creating 1 resource(s)
client.go:268: [debug] Starting delete for "mst-apps-apply-customsql" Job
client.go:297: [debug] jobs.batch "mst-apps-apply-customsql" not found
client.go:122: [debug] creating 1 resource(s)
client.go:477: [debug] Watching for changes to Job mst-apps-apply-customsql with timeout of 5m0s
client.go:505: [debug] Add/Modify event for mst-apps-apply-customsql: ADDED
client.go:544: [debug] mst-apps-apply-customsql: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
client.go:505: [debug] Add/Modify event for mst-apps-apply-customsql: MODIFIED
client.go:544: [debug] mst-apps-apply-customsql: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
client.go:505: [debug] Add/Modify event for mst-apps-apply-customsql: MODIFIED
client.go:544: [debug] mst-apps-apply-customsql: Jobs active: 1, jobs failed: 1, jobs succeeded: 0

client.go:505: [debug] Add/Modify event for mst-apps-apply-customsql: MODIFIED
Error: failed pre-install: job failed: BackoffLimitExceeded
helm.go:81: [debug] failed pre-install: job failed: BackoffLimitExceeded

我试图通过添加以下内容来修改命令:

helm install mst local-development/mst --debug --timeout 10m

然而,出现了一些错误。 任何帮助表示赞赏,请。 谢谢,

0 个答案:

没有答案