如何解决“找不到指定的群集”。在我的IBM Cloud Continuous Delivery管道的部署阶段?

时间:2018-12-20 15:57:22

标签: kubernetes ibm-cloud continuous-delivery

我有一个管道,该管道可以部署到默认资源以外的资源组中的IBM Cloud Kubernetes集群。最近,我开始看到表格错误...

The specified cluster could not be found. If you're using resource groups, make sure that you target the correct resource group.

该如何解决?

2 个答案:

答案 0 :(得分:0)

这可能是由于对IBM Cloud命令行所做的更改(即“ ibmcloud ks”或“ ibmcloud cs”)导致的,该更改现在需要在执行“ cluster-config”命令之前设置资源组。 。如果您看到此消息,则现在应该可以通过进入管道的部署阶段,在“资源组”字段中选择正确的资源组,然后保存该阶段来解决该问题。

我们正在努力进行更新,以响应ibmcloud命令中的更改,并将在完成并对其进行测试后立即将其发布。

答案 1 :(得分:0)

很可能您的本地资源组与群集的资源组不匹配:

如下更改目标资源组:

$ ibmcloud ks clusters
Name               ID             State     Created   Workers  Location  Version       Resource Group Name   
mycluster-dev   236*******1071   normal 6 months ago    6    Washington  1.12.6_1521   My-Resource-Group

# Change the targeted resource group
$ ibmcloud target -g My-Resource-Group

$ ibmcloud ks cluster-config mycluster-dev
OK
The configuration for mycluster-dev was downloaded successfully.
Export environment variables to start using Kubernetes.
export KUBECONFIG=/home/.../.bluemix/plugins/.....yml