mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #973] [Bug] 部署的是否证书验证失败 #665
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#665
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 @hughcube on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/973
软件版本 / Release Version
v0.3.9
缺陷描述 / Description
failed to create k8s secret: Post "https://x.x.x.x:6443/api/v1/namespaces/xxxxx/secrets": tls: failed to verify certificate: x509: certificate is valid for 10.43.0.1, 127.0.0.1, 172.16.16.11, ::1, not x.x.x.x
复现步骤 / Steps to reproduce
1
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@hughcube commented on GitHub (Sep 22, 2025):
这个是kubeconf的问题, 大佬能否加一个开关, 跳过证书验证
@fudiwei commented on GitHub (Sep 23, 2025):
kubeconfig 里你就可以配置忽略证书错误啊。