0

我正在尝试安装 Spinnaker,但每次都面临问题。1. 尝试使用 Google Launcher 部署它没有在端口 9000 上启动任何东西 2. 现在尝试使用https://github.com/spinnaker/spinnaker中提到的步骤进行安装。在这里我 ../spinnaker/dev/run_dev.sh 我遇到了一个异常

Invocation of init method failed; nested exception is com.netflix.astyanax.connectionpool.exceptions.NoAvailableHostsException: NoAvailableHostsException: [hos
t=None(0.0.0.0):0, latency=0(0), attempts=0]No hosts to borrow from
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:661)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)

我还安装了 Cassandra(使用步骤https://hostpresto.com/community/tutorials/how-to-install-apache-cassandra-on-ubuntu-14-04/)并检查了我是否能够执行 cqlsh。

请提供任何帮助

谢谢, 阿莫尔

4

1 回答 1

1

Google Spinnaker Cloud Launcher 确实似乎坏了。我最近多次尝试使用它来部署 Spinnaker,并遇到了与您相同的问题。

当你说:

现在尝试使用https://github.com/spinnaker/spinnaker中提到的步骤进行安装。

你的意思是你正在设置开发环境?这意味着当您真正想要为 Spinnaker 编写代码时使用它,而不是用于项目的正常使用。

获得运行 Spinnaker 安装的推荐方法是使用Halyard,这是 Spinnaker 部署工具。

于 2017-07-25T23:21:29.297 回答