Skip to content

Commit

Permalink
Merge pull request #139 from contiv/master
Browse files Browse the repository at this point in the history
Merging master into release-1.0 (again)
  • Loading branch information
dseevr authored May 26, 2017
2 parents 30d56d1 + afb20d3 commit df48b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/k8s/k8s1.6/aci_gw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: contiv-netmaster
containers:
# Runs aci-gw container on each Kubernetes node.
Expand Down
6 changes: 6 additions & 0 deletions install/k8s/k8s1.6/contiv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: contiv-netplugin
containers:
# Runs netplugin container on each Kubernetes node. This
Expand Down Expand Up @@ -253,6 +255,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: contiv-netmaster
containers:
- name: contiv-netmaster
Expand Down Expand Up @@ -342,6 +346,8 @@ spec:
tolerations:
- key: node-role.kubernetes.io/master
effect: NoSchedule
nodeSelector:
node-role.kubernetes.io/master: ""
serviceAccountName: contiv-netmaster
containers:
- name: contiv-api-proxy
Expand Down

0 comments on commit df48b86

Please sign in to comment.