File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # Removed from Kubernetes
3
+ title : ReadOnlyAPIDataVolumes
4
+ content_type : feature_gate
5
+
6
+ _build :
7
+ list : never
8
+ render : false
9
+
10
+ stages :
11
+ - stage : beta
12
+ defaultValue : true
13
+ fromVersion : " 1.8"
14
+ toVersion : " 1.9"
15
+ - stage : stable
16
+ fromVersion : " 1.10"
17
+ toVersion : " 1.10"
18
+
19
+ removed : true
20
+ ---
21
+
22
+ <!--
23
+ Set [`configMap`](/docs/concepts/storage/volumes/#configmap),
24
+ [`secret`](/docs/concepts/storage/volumes/#secret),
25
+ [`downwardAPI`](/docs/concepts/storage/volumes/#downwardapi) and
26
+ [`projected`](/docs/concepts/storage/volumes/#projected)
27
+ {{< glossary_tooltip term_id="volume" text="volumes" >}} to be mounted read-only.
28
+
29
+ Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.
30
+ -->
31
+ 请参阅以只读方式挂载的 [ ` configMap ` ] ( /zh-cn/docs/concepts/storage/volumes/#configmap ) 、
32
+ [ ` secret ` ] ( /zh-cn/docs/concepts/storage/volumes/#secret ) 、
33
+ [ ` downwardAPI ` ] ( /zh-cn/docs/concepts/storage/volumes/#downwardapi )
34
+ 和 [ ` projected ` ] ( /zh-cn/docs/concepts/storage/volumes/#projected ) 卷。
35
+
36
+ 自 Kubernetes v1.10 起,这些卷类型始终是只读的,无法选择其它模式。
You can’t perform that action at this time.
0 commit comments