I am not entirely sure what you mean. The ip ranges are on different vlans and
a hostname is being resolved is on both vlans, hence other tasks are being
informed via mesos-dns about the other range.
> It is easier if you enable it through the network. Stop following the
> easiest.
>
> >
> > Hi,
> >
> > I was wondering if anyone knows how I could get this sortlist entry
> added to an /etc/resolv.conf?
> >
> > sortlist 192.168.x.0/255.255.255.0
> >
> > Could it be that I maybe have 'older' cni drivers as from such a config
> below I don't see search and domain being added to /etc/resolve.conf. I
> see however this nameserver being added.
> >
> > {
> > "name": "cni-test",
> > "type" : "mesos",
> > "delegate": {
> > .
> > .
> > .
> > "ipam": {
> > .
> > .
> > "resolvConf": "/etc/resolv.conf",
> > "ranges": [
> > [
> > {
> > .
> > .
> > .
> > }
> > ] ]
> > },
> > "dns": {
> > "nameservers": ["192.168.0.1"],
> > "search": ["local2"],
> > "domain": "thisdomain"
> > }
> > }
> > }
> >
> >
> >
> >