We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通常情况一个域名可能会被多个k8s集群的命名空间使用,但是secret类型的k8s资源,只能与命名空间强关联,这种情况下就需要把同一个泛域名的证书部署到多个命名空间中。
当前功能只能通过增加多个节点,来将同一个证书部署到多个命名空间中。
希望能够支持在k8s部署的时候,可以在一个节点内,一次性部署到多个命名空间中。
再次感谢作者团队!!
No response
The text was updated successfully, but these errors were encountered:
impl of issue usual2970#690
47ebb19
No branches or pull requests
功能描述 / Description
通常情况一个域名可能会被多个k8s集群的命名空间使用,但是secret类型的k8s资源,只能与命名空间强关联,这种情况下就需要把同一个泛域名的证书部署到多个命名空间中。
当前功能只能通过增加多个节点,来将同一个证书部署到多个命名空间中。
请求动机 / Motivation
希望能够支持在k8s部署的时候,可以在一个节点内,一次性部署到多个命名空间中。
再次感谢作者团队!!
其他 / Miscellaneous
No response
贡献 / Contribution
The text was updated successfully, but these errors were encountered: