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.
1 parent ea57071 commit e0aec78Copy full SHA for e0aec78
content/zh-cn/docs/concepts/configuration/secret.md
@@ -865,7 +865,7 @@ The `imagePullSecrets` field for a Pod is a list of references to Secrets in the
865
as the Pod.
866
You can use an `imagePullSecrets` to pass image registry access credentials to
867
the kubelet. The kubelet uses this information to pull a private image on behalf of your Pod.
868
-See the [PodSpec API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core)
+See the [PodSpec API](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core)
869
for more information about the `imagePullSecrets` field.
870
-->
871
Pod 的 `imagePullSecrets` 字段是一个对 Pod 所在的名字空间中的 Secret
0 commit comments