File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 1 file changed +27
-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
+ Set [ ` configMap ` ] ( /docs/concepts/storage/volumes/#configmap ) ,
22
+ [ ` secret ` ] ( /docs/concepts/storage/volumes/#secret ) ,
23
+ [ ` downwardAPI ` ] ( /docs/concepts/storage/volumes/#downwardapi ) and
24
+ [ ` projected ` ] ( /docs/concepts/storage/volumes/#projected )
25
+ {{< glossary_tooltip term_id="volume" text="volumes" >}} to be mounted read-only.
26
+
27
+ Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.
You can’t perform that action at this time.
0 commit comments