]
Rob Stryker commented on JBIDE-24783:
-------------------------------------
I've made this PR to: 1) not use a default for cdk3, 2) log an error if it
couldn't be discovered, including what command was run.
This doesn't soilve the issue of allowing a user in the openshift wizard to
'discover' it... which has a lot of issues about it that would require discussion.
Update default registry url for cdk 3
-------------------------------------
Key: JBIDE-24783
URL:
https://issues.jboss.org/browse/JBIDE-24783
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk, openshift
Affects Versions: 4.5.0.AM2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.5.x
Yesterday I started cdk 3 and it seemed to start ok, but was not really ok.
The registry command didn't really work:
{code}
$ ./minishift openshift registry
No information found for 'service/docker-registry'
{code}
The result is that the openshift connection details showed this under Image Registry
URL:
https://hub.openshift.rhel-cdk.10.1.2.2.xip.io
This seems like the default value for cdk 2. I think we should update the default value
for cdk 3. Or is this simply a default value for an openshift connection? In any case,
this should use the cdk 3 value.