Re: help with oc cluster up

2019-09-03 Thread Anton Hughes
In some cases there is a problem resolving DNS from inside containers running within Openshift. Add the following to `/etc/docker/daemon.json`: ``` { "insecure-registries": ["172.30.0.0/16"] } ``` If the problem remains try adding the following to `/etc/docker/daemon.json`: ``` {"dns":

How could I config calico for openshift-sdn?

2019-09-03 Thread Yu Wei
Hi guys, I want to setup old cluster with calico plugin. How could I configure it? Is there any doc about this? Thanks, Jared ___ dev mailing list dev@lists.openshift.redhat.com http://lists.openshift.redhat.com/openshiftmm/listinfo/dev