Add tolerations in the sample pod in README.md

Add the tolerations in the sample pod spec in the README.md
This commit is contained in:
Robbie Zhang
2018-03-29 17:06:14 -07:00
committed by GitHub
parent c52369e985
commit e1b9475511

View File

@@ -292,6 +292,9 @@ spec:
name: https
dnsPolicy: ClusterFirst
nodeName: virtual-kubelet-myconnector-linux
tolerations:
- key: azure.com/aci
effect: NoSchedule
```
Run the application with the [kubectl create][kubectl-create] command.