mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #861] [Bug] 腾讯云 负载均衡部署有时候会失败 #590
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#590
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moxuexue on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/861
软件版本 / Release Version
v0.3.21
缺陷描述 / Description
腾讯云的负载均衡 当监听器下面好几个域名 然后用七层转发规则域名部署的时候 有时候会失败 具体提示
[2025-07-09 22:40:51]
ready to deploy certificate ...
[2025-07-09 22:40:51]
sdk request 'ssl.UploadCertificate'
[2025-07-09 22:40:51]
ssl certificate uploaded
[2025-07-09 22:40:51]
sdk request 'clb.ModifyDomainAttributes'
[2025-07-09 22:40:51]
failed to deploy certificate
[2025-07-09 22:40:51]
failed to execute sdk request 'clb.ModifyDomainAttributes': [TencentCloudSDKError] Code=FailedOperation.ResourceInOperating, Message=Loadbalancer(lb-3456gh5) is not in normal desState, maybe some tasks are being processed, please try later., RequestId=8fdff8ea-820c-48c2-9894-ec344bea8983
好像是部署的太快了 腾讯云那边的限制. 多尝试几次 把成功的跳过去 失败的就成功了.
我之前是多分支部署 失败的更多. 现在是按顺序部署 也有失败的情况 可能得增加一个延时选项 或者系统默认加上延迟 只针对腾讯云负载均衡 监听器下面多个域名得情况. 感谢
复现步骤 / Steps to reproduce
腾讯云负载均衡 监听器多域名 七层转发规则域名部署
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution