Skip to content

Commit 413256b

Browse files
committed
The version number is outdate.
1 parent c21a7ca commit 413256b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/containers/runtime-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ weight: 20
1414

1515
<!-- overview -->
1616

17-
{{< feature-state for_k8s_version="v1.14" state="beta" >}}
17+
{{< feature-state for_k8s_version="v1.20" state="stable" >}}
1818

1919
<!--
2020
This page describes the RuntimeClass resource and runtime selection mechanism.
@@ -121,7 +121,7 @@ RuntimeClass 资源当前只有两个重要的字段:RuntimeClass 名 (`metada
121121
对象定义如下所示:
122122

123123
```yaml
124-
apiVersion: node.k8s.io/v1beta1 # RuntimeClass 定义于 node.k8s.io API 组
124+
apiVersion: node.k8s.io/v1 # RuntimeClass 定义于 node.k8s.io API 组
125125
kind: RuntimeClass
126126
metadata:
127127
name: myclass # 用来引用 RuntimeClass 的名字

0 commit comments

Comments
 (0)