Add ReadOnlyAPIDataVolumes in removed feature gates list

pull/45148/head
tamilselvan1102 2024-02-15 18:55:58 +05:30
parent b6959e0f6c
commit 61ca76713a
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
---
# Removed from Kubernetes
title: ReadOnlyAPIDataVolumes
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.8"
toVersion: "1.9"
- stage: stable
fromVersion: "1.10"
toVersion: "1.10"
removed: true
---
Set [`configMap`](/docs/concepts/storage/volumes/#configmap),
[`secret`](/docs/concepts/storage/volumes/#secret),
[`downwardAPI`](/docs/concepts/storage/volumes/#downwardapi) and
[`projected`](/docs/concepts/storage/volumes/#projected)
{{< glossary_tooltip term_id="volume" text="volumes" >}} to be mounted read-only.
Since Kubernetes v1.10, these volume types are always read-only and you cannot opt out.