From abd30da10201c25a1a904b170ce0450fcbe63478 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 13 Jan 2026 23:12:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=85=BE=E8=AE=AF=E4=BA=91=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E8=AF=81=E4=B9=A6id=E4=B8=8D=E5=8F=98=20=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/plugins/deploy.md | 5 +---- .../src/plugins/plugin-tencent/plugin/refresh-cert/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/guide/plugins/deploy.md b/docs/guide/plugins/deploy.md index 3290a7b05..0cc1045c1 100644 --- a/docs/guide/plugins/deploy.md +++ b/docs/guide/plugins/deploy.md @@ -111,10 +111,7 @@ | 6.| **腾讯云-部署证书到COS** | 部署到腾讯云COS源站域名证书【注意:很不稳定,需要重试很多次偶尔才能成功一次】 | | 7.| **腾讯云-部署到腾讯云EO** | 腾讯云边缘安全加速平台EdgeOne(EO) | | 8.| **腾讯云-部署到腾讯云直播** | https://console.cloud.tencent.com/live/ | -| 9.| **腾讯云-部署到TKE** | 修改TKE集群密钥配置,支持Opaque和TLS证书类型。注意: -1. serverless集群请使用K8S部署插件; -2. Opaque类型需要【上传到腾讯云】作为前置任务; -3. ApiServer需要开通公网访问(或者certd可访问),实际上底层仍然是通过KubeClient进行部署 | +| 9.| **腾讯云-部署到TKE** | 修改TKE集群密钥配置,支持Opaque和TLS证书类型。注意: 1. serverless集群请使用K8S部署插件; 2. Opaque类型需要【上传到腾讯云】作为前置任务; 3. ApiServer需要开通公网访问(或者certd可访问),实际上底层仍然是通过KubeClient进行部署 | | 10.| **腾讯云-更新证书(Id不变)** | 根据证书id一键更新腾讯云证书并自动部署(Id不变),注意该接口为腾讯云白名单功能,非白名单用户无法使用该功能 | | 11.| **腾讯云-实例开关机** | 腾讯云实例开关机 | | 12.| **腾讯云-上传证书到腾讯云** | 上传成功后输出:tencentCertId | diff --git a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/refresh-cert/index.ts b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/refresh-cert/index.ts index d18fa557c..5c62ead93 100644 --- a/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/refresh-cert/index.ts +++ b/packages/ui/certd-server/src/plugins/plugin-tencent/plugin/refresh-cert/index.ts @@ -16,7 +16,7 @@ import { omit } from "lodash-es"; //命名规范,插件类型+功能(就是目录plugin-demo中的demo),大写字母开头,驼峰命名 name: "TencentRefreshCert", title: "腾讯云-更新证书(Id不变)", - desc: "根据证书id一键更新腾讯云证书并自动部署(Id不变),注意该接口为腾讯云白名单功能,非白名单用户无法使用该功能", + desc: "根据证书id一键更新腾讯云证书并自动部署(Id不变),注意:当前仅支持CLB,其他需要等腾讯接口完善", icon: "svg:icon-tencentcloud", //插件分组 group: pluginGroups.tencent.key, @@ -98,7 +98,7 @@ export class TencentRefreshCert extends AbstractTaskPlugin { @TaskInput({ title: '资源区域', - helper:"如果云资源类型区分区域,请选择区域,如果区域在选项中不存在,请手动输入", + helper:"如果云资源类型区分区域,请选择区域,如果区域在选项中不存在,请手动输入(注意:当前仅支持CLB)", component: { name: 'remote-tree-select', vModel: 'value',