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:
@@ -292,6 +292,9 @@ spec:
|
|||||||
name: https
|
name: https
|
||||||
dnsPolicy: ClusterFirst
|
dnsPolicy: ClusterFirst
|
||||||
nodeName: virtual-kubelet-myconnector-linux
|
nodeName: virtual-kubelet-myconnector-linux
|
||||||
|
tolerations:
|
||||||
|
- key: azure.com/aci
|
||||||
|
effect: NoSchedule
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the application with the [kubectl create][kubectl-create] command.
|
Run the application with the [kubectl create][kubectl-create] command.
|
||||||
|
|||||||
Reference in New Issue
Block a user