This commit is contained in:
xiaojunnuo
2021-01-08 09:13:29 +08:00
parent 624eade9f2
commit c7b28feb07
2 changed files with 8 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ export class DeployCertToTencentTKEIngress extends AbstractTencentPlugin {
}
const ret = await client.DescribeClusterKubeconfig(params)
this.checkRet(ret)
this.logger.info('注意:后续操作需要在【集群->基本信息】中配置(外网或内网访问),https://console.cloud.tencent.com/tke2/cluster')
return ret.Kubeconfig
}