openshift/ansible-service-broker

Can't start minishift with ASB

Asgoret opened this issue · 3 comments

Minishift with last ASB doesn't start. ASB doesn't installed not via minishift apply addon, no via oc cluster up

Bug:

-- Applying addon 'ansible-service-broker':...Error during post cluster up configuration: Error executing command 'ssh command error:
command : docker exec origin /bin/bash -c $'oc process ansible-service-broker -n ansible-service-broker -p BROKER_IMAGE=ansibleplaybookbundle/origin-ansible-service-broker:ansible-service-broker-1.4.2-1 -p DOCKERHUB_ORG=ansibleplaybookbundle -p ROUTING_SUFFIX=192.168.64.31.nip.io -p BROKER_CA_CERT=$(oc get secret -n kube-service-catalog -o go-template=\'{{ range .items }}{{ if eq .type \"kubernetes.io/service-account-token\" }}{{ index .data \"service-ca.crt\" }}{{end}}{{\"\\n\"}}{{end}}\' | tail -n 1) | oc create -n ansible-service-broker -f-'
err     : exit status 1
output  : Error in configuration: Missing or incomplete configuration info.  Please login or point to an existing, complete config file:

  1. Via the command-line flag --config
  2. Via the KUBECONFIG environment variable
  3. In your home directory as ~/.kube/config

To view or setup config directly use the 'config' command.
error: Missing or incomplete configuration info.  Please login or point to an existing, complete config file:

  1. Via the command-line flag --config
  2. Via the KUBECONFIG environment variable
  3. In your home directory as ~/.kube/config

To view or setup config directly use the 'config' command.
error: no objects passed to create
':

What happened:
Minishift doesn't start
What you expected to happen:
Work system
How to reproduce it:
MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--enable=*,service-catalog,automation-service-broker"

@sdodson @jwmatthews
can you help guys, please? it's stops all testings of ASB....

MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --extra-clusterup-flags "--enable=*,service-catalog,automation-service-broker,template-service-broker"

Closing won't fix.