]
Rob Stryker updated JBIDE-21163:
--------------------------------
Fix Version/s: 4.4.0.Alpha1
4.3.0.Beta1
cdk server adapter dumps out adbinfo to console
-----------------------------------------------
Key: JBIDE-21163
URL:
https://issues.jboss.org/browse/JBIDE-21163
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Fix For: 4.3.0.Beta1, 4.4.0.Alpha1
is it intended that if the cdk is running the console shows up with dump that contains:
{quote}
# Set the following environment variables to enable access to the
# docker daemon running inside of the vagrant virtual machine:
export DOCKER_HOST=tcp://10.1.2.2:2376
export
DOCKER_CERT_PATH=/Users/max/code/cdk/openshift-vagrant/cdk-v2/.vagrant/machines/default/virtualbox/.docker
export DOCKER_TLS_VERIFY=1
export DOCKER_MACHINE_NAME=9dc5acb
# run following command to configure your shell:
# eval "$(vagrant adbinfo)"
{quote}
it is a bit confusing it pops up with no info and gets to be in front of everything.