Merge pull request #45148 from tamilselvan1102/k8s-web-20240215

Add ReadOnlyAPIDataVolumes in removed feature gates list
pull/45183/head
Kubernetes Prow Robot 2024-02-16 09:56:30 -08:00 committed by GitHub
commit 1c4d93bded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.