You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The name of each Secret that is mounted as a volume in a Pod must appear in the `secrets` field of the
414
+
Pod's ServiceAccount.
415
+
-->
416
+
1. 在 Pod 中作为卷挂载的每个 Secret 的名称必须列在该 Pod 中 ServiceAccount 的 `secrets` 字段中。
417
+
418
+
<!--
419
+
1. The name of each Secret referenced using `envFrom` in a Pod must also appear in the `secrets`
420
+
field of the Pod's ServiceAccount.
421
+
-->
422
+
2. 在 Pod 中使用 `envFrom` 引用的每个 Secret 的名称也必须列在该 Pod 中 ServiceAccount 的 `secrets` 字段中。
423
+
424
+
<!--
425
+
1. The name of each Secret referenced using `imagePullSecrets` in a Pod must also appear in the `secrets`
426
+
field of the Pod's ServiceAccount.
427
+
-->
428
+
3. 在 Pod 中使用 `imagePullSecrets` 引用的每个 Secret 的名称也必须列在该 Pod 中
429
+
ServiceAccount 的 `secrets` 字段中。
430
+
431
+
<!--
432
+
By understanding and enforcing these restrictions, cluster administrators can maintain a tighter security profile and ensure that secrets are accessed only by the appropriate resources.
0 commit comments