Skip to content

Commit 9ce0330

Browse files
authored
Merge pull request #25882 from yuandongx/patch-14
[zh] Incorrect apiVersion.
2 parents 795b68d + 21d86f2 commit 9ce0330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/setup/production-environment/windows/user-guide-windows-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ This label reflects the Windows major, minor, and build number that need to matc
303303
1. 将此文件保存到 `runtimeClasses.yml` 文件。它包括适用于 Windows 操作系统、体系结构和版本的 `nodeSelector`。
304304

305305
```yaml
306-
apiVersion: node.k8s.io/v1beta1
306+
apiVersion: node.k8s.io/v1
307307
kind: RuntimeClass
308308
metadata:
309309
name: windows-2019

0 commit comments

Comments
 (0)