Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 错误:服务器没有';“没有资源类型”;申请;_Google Cloud Platform_Google Kubernetes Engine_Google Apps Marketplace_Spinnaker - Fatal编程技术网

Google cloud platform 错误:服务器没有';“没有资源类型”;申请;

Google cloud platform 错误:服务器没有';“没有资源类型”;申请;,google-cloud-platform,google-kubernetes-engine,google-apps-marketplace,spinnaker,Google Cloud Platform,Google Kubernetes Engine,Google Apps Marketplace,Spinnaker,我正在尝试使用现有GKE群集安装spinnaker for GCP,但在运行脚本时,出现错误: 错误:服务器没有资源类型“应用程序” 这是用于GCP市场的Spinnaker的新安装 . Checking for existing cluster gkecluster... . Retrieving credentials for GKE cluster gkecluster... Fetching cluster endpoint and auth data. kubeconfig en

我正在尝试使用现有GKE群集安装spinnaker for GCP,但在运行脚本时,出现错误:

错误:服务器没有资源类型“应用程序”

这是用于GCP市场的Spinnaker的新安装

.  Checking for existing cluster gkecluster... 
.  Retrieving credentials for GKE cluster gkecluster... 
Fetching cluster endpoint and auth data.
kubeconfig entry generated for gkecluster.
.  Checking for Spinnaker application in cluster gkecluster... 
error: the server doesn't have a resource type "applications"
.  Using existing service account spinnaker-1-acc-1571723331... 
.  Assigning required roles to spinnaker-1-acc-1571723331... 
.  Using existing redis instance spinnaker-1 (10.41.198.179)... 
.  Using existing bucket gs://spinnaker-1-REDACTED... 
.  Using existing GKE cluster gkecluster... 
.  Your pre-existing cluster must have IP Aliases enabled. 
在启用时,请记住必须启用字段
VPC native(别名IP)
,如文档中所述:

群集必须具有以下功能:

  • 启用IP别名,因为这使用托管的Redis实例

上一个链接还包含有关如何从头开始连接到Spinnaker的更多有用信息。

您是否验证了clustar是否已启用了字段
VPC本机(别名IP)
?这是。还有关于如何从头开始安装Spinnaker以及如何在现有集群上安装Spinnaker的详细说明。哦,是的,它没有启用。谢谢。然后我会发表我的评论作为回答。如果它对你有效,你能接受这个答案吗?这样它就能更好地了解社区,帮助其他可能遇到这种情况的用户?