On Sun, Nov 5, 2017 at 7:37 PM, Gerard Braad <[email protected]> wrote:
> > > On Sun, Nov 5, 2017 at 9:21 PM, Budh Ram Gurung <[email protected]> > wrote: > > On Sat, Nov 4, 2017 at 2:54 PM, Burr Sutter <[email protected]> wrote: > >> Is there another way to get the service catalog besides > >> MINISHIFT_ENABLE_EXPERIMENT=on > >> ? > > AFAIR, there is no other way to get service catalog feature than this. > > We even don't expose the flag if the experimental env is not set: > > > > $ minishift start -h | grep service-catalog > > > > $ MINISHIFT_ENABLE_EXPERIMENTAL=on minishift start -h | grep > service-catalog > > --service-catalog Install service catalog > > (experimental) > > This all comes down to the following message: > https://github.com/openshift/origin/blob/c21a4709fd612345e6a732874a3ccd > 2cbaf1eaa6/docs/cluster_up_down.md#installing-the-service-catalog > > > We had seen several issues when deploying OpenShift with Service Catalog. > So we had to decide, include it or not. We eventually decided to include > it, but had to find a way to easily indicate that things might break or not > work as expected. Hopefully, over time, the flag can be promoted to general > use by removing this restriction. > Feedback and keeping us up-to-date can surely help with this... > > Did service catalog deploy and work as expected? > As of today (nov 15) here is what I am using: ./minishift profile set istio-demo ./minishift config set memory 8GB ./minishift config set cpus 2 ./minishift config set vm-driver virtualbox ./minishift addon enable admin-user ./minishift config set openshift-version v3.7.0-rc.0 ./minishift start and that seems to give me the service catalog and my initial test (launching a mysql database) worked great. I am now focused on getting more Istio demos working on that same setup. https://docs.google.com/document/d/1FDd80Ye6mXcPjq9DiwKjVlNyzuYHUYbOUVYKVbnXp7s/edit?usp=sharing > > Gerard >
_______________________________________________ Devtools mailing list [email protected] https://www.redhat.com/mailman/listinfo/devtools
