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. 如果 Pod 不包含 `imagePullSecrets` 设置,将 `ServiceAccount` 所引用
124
-
的服务账号中的`imagePullSecrets` 信息添加到 Pod 中。
125
-
122
+
1. 如果 Pod 不包含 `imagePullSecrets` 设置,将 `ServiceAccount`
123
+
所引用的服务账号中的`imagePullSecrets` 信息添加到 Pod 中。
124
+
126
125
<!--
127
126
#### Bound Service Account Token Volume
128
127
-->
@@ -133,8 +132,8 @@ It acts synchronously to modify pods as they are created or updated. When this p
133
132
<!--
134
133
The ServiceAccount admission controller will add the following projected volume instead of a Secret-based volume for the non-expiring service account token created by Token Controller.
1. A ServiceAccountToken acquired from kube-apiserver via TokenRequest API. It will expire after 1 hour by default or when the pod is deleted. It is bound to the pod and has kube-apiserver as the audience.
164
-
1. A ConfigMap containing a CA bundle used for verifying connections to the kube-apiserver. This feature depends on the `RootCAConfigMap` feature gate, which publishes a "kube-root-ca.crt" ConfigMap to every namespace. `RootCAConfigMap` feature gate is graduated to GA in 1.21 and default to true. (This feature will be removed from --feature-gate arg in 1.22).
163
+
1. A ConfigMap containing a CA bundle used for verifying connections to the kube-apiserver. This feature depends on the `RootCAConfigMap` feature gate, which publishes a "kube-root-ca.crt" ConfigMap to every namespace. `RootCAConfigMap` feature gate is graduated to GA in 1.21 and default to true. (This flag will be removed from --feature-gate arg in 1.22)
165
164
1. A DownwardAPI that references the namespace of the pod.
166
165
-->
167
166
此投射卷有三个数据源:
@@ -179,7 +178,7 @@ This projected volume consists of three sources:
179
178
<!--
180
179
See more details about [projected volumes](/docs/tasks/configure-pod-container/configure-projected-volume-storage/).
0 commit comments