简体   繁体   English

在kubernetes上的Spinnaker中创建应用程序时出错:“无法创建应用程序:无可用消息”

[英]Error creating application in Spinnaker on kubernetes : “Could not create application: No message available”

I have installed spinnaker on k8s using Helm : 我已经使用Helm在k8s上安装了大三角帆:

 helm install --name spinnaker-release stable/spinnaker -f spinnaker-config.yaml --timeout 800 --namespace kube-system --debug

Got an error back from spinnaker installation: 在大三角帆安装过程中出现错误:

 Error: transport closed

But when looked for spinnaker associated pods , everything is with status Running: 但是当寻找与大三角帆相关的吊舱时,一切都处于“正在运行”状态:

在此处输入图片说明

在此处输入图片说明

Please find below the error logs from front50: 请在下面找到来自front50的错误日志:

    2018-02-28 02:44:36.167 ERROR 1 --- [pplicationDAO-7] c.n.s.front50.model.GcsStorageService    : Failed to load applications sampleapp: 404 Not Found
    2018-02-28 02:44:36.518 ERROR 1 --- [pplicationDAO-8] c.n.s.front50.model.GcsStorageService    : Failed to load applications sampleapp: 404 Not Found

Hard to say without the config file. 没有配置文件很难说。 Can you share? 可以分享吗?

This one worked for me: https://github.com/moondev/spinnaker-helm 这个对我有用https//github.com/moondev/spinnaker-helm

Note: dollar sign ($) is missing to the command for port forwarding. 注意:用于端口转发的命令中缺少美元符号($)。 Should be: 应该:

kubectl --namespace spinnaker port-forward $(kubectl --namespace spinnaker get pods -l app=deck -o jsonpath='{.items[*].metadata.name}') 9000:9000

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 spinnaker 使用 helm chart 在默认命名空间中创建应用程序 - spinnaker create application in default namespace with helm chart 在kubernetes上安装大三角帆时出错 - Error installing spinnaker on kubernetes 当我添加 GSCFuse 并将我的应用程序部署在 Kubernetes 中时收到此错误消息任何建议可能是什么问题 - Getting this Error message when i added GSCFuse and deployed my application in Kubernetes Any Suggestions what could be the issue 在 prem 集群上的 Kubernetes 上安装 Spinnaker 时出错 - Error when installing Spinnaker on Kubernetes on prem cluster Spinnaker - “创建LoadBalancer”期间出错 - Spinnaker - Error during 'Create LoadBalancer' 在 Kubernetes 上使用 Websockets 构建消息应用程序 - Architect a message application using Websockets on Kubernetes 使用 Pulumi 创建 Kubernetes 服务导致错误无法为与服务关联的端点对象创建观察程序 - Creating a Kubernetes Service with Pulumi up results in error Could not create watcher for Endpoint objects associated with Service Kubernetes 上的 Spinnaker:无法在 Kubernetes 中启动 Spinnaker 容器 - Spinnaker on Kubernetes: Not able to start the spinnaker containers in kubernetes 如何在kubernetes的aws上创建应用程序负载均衡器 - How to create application load balancer on aws for kubernetes 在 Spinnaker 的创建服务器组中未获得 Kubernetes 集群选项 - Not getting Kubernetes cluster option in Create Server Group of Spinnaker
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM