diff --git a/content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md b/content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md index 65ac57bd5425b..524ed8db6691d 100644 --- a/content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md +++ b/content/en/docs/setup/production-environment/windows/user-guide-windows-containers.md @@ -154,16 +154,6 @@ tolerations: ```yaml apiVersion: node.k8s.io/v1beta1 kind: RuntimeClass -metadata: - name: linux-amd64 -handler: 'docker' -scheduling: - nodeSelector: - kubernetes.io/os: 'linux' - kubernetes.io/arch: 'amd64' ---- -apiVersion: node.k8s.io/v1beta1 -kind: RuntimeClass metadata: name: windows handler: 'docker' @@ -173,9 +163,9 @@ scheduling: kubernetes.io/arch: 'amd64' tolerations: - effect: NoSchedule - key: windows + key: os operator: Equal - value: "true" + value: "windows" ``` 1. Run `kubectl create -f runtimeClasses.yml` using as a cluster administrator