mirror of https://github.com/kubernetes/kops.git
Merge pull request #5525 from zivagolee/kuberouter_tolerations
add wider tolerations to the kube-router daemonset
This commit is contained in:
commit
8169f14124
|
|
@ -93,7 +93,6 @@ spec:
|
||||||
- key: CriticalAddonsOnly
|
- key: CriticalAddonsOnly
|
||||||
operator: Exists
|
operator: Exists
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/master
|
|
||||||
operator: Exists
|
operator: Exists
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
|
|
|
||||||
|
|
@ -681,7 +681,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
||||||
|
|
||||||
if b.cluster.Spec.Networking.Kuberouter != nil {
|
if b.cluster.Spec.Networking.Kuberouter != nil {
|
||||||
key := "networking.kuberouter"
|
key := "networking.kuberouter"
|
||||||
version := "0.1.1-kops.2"
|
version := "0.1.1-kops.3"
|
||||||
|
|
||||||
{
|
{
|
||||||
location := key + "/k8s-1.6.yaml"
|
location := key + "/k8s-1.6.yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue