Skip to content

Commit

Permalink
Node label change (#200)
Browse files Browse the repository at this point in the history
* adding provider info

* adding readme edits

* test change

* added node selector

* node selector changes

* Update README.md

changed a typo

* Update README.md

spacing issue
  • Loading branch information
rbitia authored May 15, 2018
1 parent 41cb344 commit 4b61932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/iis-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spec:
- containerPort: 443
name: https
dnsPolicy: Default
nodeName: virtual-kubelet-myaciconnector-win
nodeSelector:
kubernetes.io/hostname: virtual-kubelet-myaciconnector-win
automountServiceAccountToken: false
tolerations:
- key: azure.com/aci
Expand Down
3 changes: 2 additions & 1 deletion examples/nanoserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
name: nanoserver
dnsPolicy: Default
restartPolicy: OnFailure
nodeName: virtual-kubelet-myaciconnector-win
nodeSelector:
kubernetes.io/hostname: virtual-kubelet-myaciconnector-win
automountServiceAccountToken: false
tolerations:
- key: azure.com/aci
Expand Down
3 changes: 2 additions & 1 deletion examples/nginx-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec:
- containerPort: 443
name: https
dnsPolicy: ClusterFirst
nodeName: virtual-kubelet-myaciconnector-linux
nodeSelector:
kubernetes.io/hostname: virtual-kubelet-myaciconnector-linux
tolerations:
- key: azure.com/aci
effect: NoSchedule

0 comments on commit 4b61932

Please sign in to comment.