File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 240
240
-->
241
241
## 为 Pod 配置卷访问权限和属主变更策略
242
242
243
- {{< feature-state for_k8s_version="v1.20 " state="beta " >}}
243
+ {{< feature-state for_k8s_version="v1.23 " state="stable " >}}
244
244
245
245
<!--
246
246
By default, Kubernetes recursively changes ownership and permissions for the contents of each
@@ -303,7 +303,7 @@ and [`emptydir`](/docs/concepts/storage/volumes/#emptydir).
303
303
# # Delegating volume permission and ownership change to CSI driver
304
304
-->
305
305
# # 将卷权限和所有权更改委派给 CSI 驱动程序
306
- {{< feature-state for_k8s_version="v1.22 " state="alpha " >}}
306
+ {{< feature-state for_k8s_version="v1.23 " state="beta " >}}
307
307
308
308
<!--
309
309
If you deploy a [Container Storage Interface (CSI)](https://github.com/container-storage-interface/spec/blob/master/spec.md)
You can’t perform that action at this time.
0 commit comments