Skip to content

Commit 1c4d93b

Browse files
authored
Merge pull request #45148 from tamilselvan1102/k8s-web-20240215
Add ReadOnlyAPIDataVolumes in removed feature gates list
2 parents 51b0ebc + 61ca767 commit 1c4d93b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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.

0 commit comments

Comments
 (0)