Skip to content

Commit 3f0994b

Browse files
authored
Merge pull request #30434 from SgtCoDFish/cert-manager-link-zh
[zh] Update cert-manager docs link
2 parents 3c7097a + 5e4e284 commit 3f0994b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ These are advanced topics for users who need to integrate their organization's c
312312
### Set up a signer
313313

314314
The Kubernetes Certificate Authority does not work out of the box.
315-
You can configure an external signer such as [cert-manager](https://docs.cert-manager.io/en/latest/tasks/issuers/setup-ca.html), or you can use the build-in signer.
315+
You can configure an external signer such as [cert-manager](https://cert-manager.io/docs/configuration/ca/), or you can use the build-in signer.
316316
The built-in signer is part of [`kube-controller-manager`](/docs/reference/command-line-tools-reference/kube-controller-manager/).
317317
To activate the build-in signer, you must pass the `--cluster-signing-cert-file` and `--cluster-signing-key-file` flags.
318318
-->
@@ -321,7 +321,7 @@ To activate the build-in signer, you must pass the `--cluster-signing-cert-file`
321321

322322
Kubernetes 证书颁发机构不是开箱即用。
323323
你可以配置外部签名者,例如
324-
[cert-manager](https://docs.cert-manager.io/en/latest/tasks/issuers/setup-ca.html),
324+
[cert-manager](https://cert-manager.io/docs/configuration/ca/),
325325
也可以使用内置签名者。
326326
内置签名者是
327327
[`kube-controller-manager`](/zh/docs/reference/command-line-tools-reference/kube-controller-manager/)

0 commit comments

Comments
 (0)