Skip to content

Commit

Permalink
Updating on review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lang committed Nov 6, 2019
1 parent c91fb6e commit 32010c3
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 32010c3

Please sign in to comment.