mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #690] [Feature] K8S部署时,支持多个命名空间 #465
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#465
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 @imaxwen on GitHub (May 15, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/690
功能描述 / Description
通常情况一个域名可能会被多个k8s集群的命名空间使用,但是secret类型的k8s资源,只能与命名空间强关联,这种情况下就需要把同一个泛域名的证书部署到多个命名空间中。
当前功能只能通过增加多个节点,来将同一个证书部署到多个命名空间中。
请求动机 / Motivation
希望能够支持在k8s部署的时候,可以在一个节点内,一次性部署到多个命名空间中。
再次感谢作者团队!!
其他 / Miscellaneous
No response
贡献 / Contribution