配置外部证书管理器
证书管理器支持
此页面展示了如何使用第三方证书颁发机构管理证书的解决方案,如 Cert Manager。
该页面适用于批处理管理员。
开始之前
确保满足以下条件:
Kueue 支持 Kustomize 或通过 Helm chart 进行安装。
内部证书管理
在所有情况下,如果想要使用 CertManager,必须关闭 Kueue 的内部证书管理。
使用 Kustomize 安装
- 在 kueue 配置中,将
internalCertManagement.enable
设置为false
。 - 在
config/default/kustomization.yaml
中注释掉internalcert
文件夹。 - 启用
config/default/kustomization.yaml
中的cert-manager
,并取消注释所有包含 ‘CERTMANAGER’ 的部分。
Helm 安装
Kueue 也支持为启用 Cert Manager 提供了可选的 helm 值。
- 在 Kueue 配置中禁用
internalCertManager
。 - 在你的
values.yaml
文件中,将enableCertManager
设置为 true。
反馈
这个页面有帮助吗?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.