Sure thank you very much. This helped me solve a lot of my headaches. Just one last thing, I used *openshift start* with write-config and now the config file is created inside openshift.local.config/master and I have made a few changes to it. So if my understanding is correct, whenever I start openshift now, will it automatically pick the config up, or should i be using --master-config and --node-config falgs each time as Luke mentioned above?
Thank you guys once again. This has been great for me. On Thu, Feb 8, 2018 at 4:24 PM, Graham Dumpleton <[email protected]> wrote: > > > On 9 Feb 2018, at 1:50 am, Cesar Wong <[email protected]> wrote: > > If using cluster up, you will find the config by default both inside the > container and on the file system of the host at /var/lib/origin/openshift. > local.config/master > > > Just be aware that if using Docker for Mac or Docker for Windows, the file > is on the file system of the VM host that Docker is run in, not the > Mac/Windows file system. > > If you need to make a change to the master-config.yaml, start the cluster, > bring it back down (with `oc cluster down`), make the change, and start the > next time with the `--use-existing-config` flag so your changes get picked > up and don't get overwritten. > > On Thu, Feb 8, 2018 at 9:36 AM, Luke Meyer <[email protected]> wrote: > >> >> >> On Thu, Feb 8, 2018 at 2:43 AM, Gaurav Ojha <[email protected]> wrote: >> >>> Thank you for your reply. Just a couple more questions: >>> >>> >>> 1. Is there any way to create this file when I launch by openshift >>> start? >>> >>> >> openshift start --write-config= ... >> (see --help and also note --master-config and --node-config flags) >> >> >>> 1. Pardon me, but when you say "it should be inside the container", >>> you mean the host on which I am running openshift on, or the openshift >>> container which starts as a result of this? >>> >>> >> Inside the container named "origin" that "oc cluster up" runs on docker. >> >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/users >> >> > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > > > > _______________________________________________ > users mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/users > >
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
