mirror of https://github.com/istio/istio.io.git
use cert-manager.io/v1 (#9770)
Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
parent
748dc21783
commit
b57fca3094
|
@ -23,7 +23,7 @@ Consult the [cert-manager installation documentation](https://cert-manager.io/do
|
|||
cert-manager can be used to write a secret to Kubernetes, which can then be referenced by a Gateway. To get started, configure a `Certificate` resource, following the [cert-manager documentation](https://cert-manager.io/docs/usage/certificate/). The `Certificate` should be created in the same namespace as the `istio-ingressgateway` deployment. For example, a `Certificate` may look like:
|
||||
|
||||
{{< text yaml >}}
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: ingress-cert
|
||||
|
|
|
@ -23,7 +23,7 @@ test: no
|
|||
cert-manager 可用于向 Kubernetes 写入 Secret 秘钥,Gateway 可以引用该秘钥。首先,请按照 [cert-manager 文档](https://cert-manager.io/docs/usage/certificate/)中的说明配置 `Certificate` 资源。`Certificate` 应该创建在与 `istio-ingressgateway` Deployment 相同的命名空间。例如, 一个 `Certificate` 可能看起来像下边这样:
|
||||
|
||||
{{< text yaml >}}
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: ingress-cert
|
||||
|
|
Loading…
Reference in New Issue