New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apb/install.yaml does not exist anymore #1213
Comments
|
@cmoulliard What version of kubernetes were you working with? That run_latest_build.sh script is dead it needs to get removed, we've moved to using an operator to deploy the broker. We'll have to retest the kubernetes install support. |
|
I'm using kubernetes 1.14 but I could install if needed a previous version such 1.12 or 1.13 |
|
I'm doing a new test using docker image of Service Instance detail |
|
Sometimes I see this error Stack of OAB -> https://gist.github.com/cmoulliard/177a07b2a67819c7a5744d57a0e0fded Log of Kubernetes Service Catalog got it too What means this message |
|
Is the OSB Client issue reported by the k8s service catalog been related that the service registered for the broker is and the kubernetes service is |
|
@cmoulliard the message |
|
Do you happen to have the information about the service brokers? |
and |
|
@cmoulliard how did you ultimately deploy the broker and service catalog? |
|
Here is the script and steps that I'm using to install OAB and ServiceCatalog - https://github.com/snowdrop/openshift-infra/blob/f96140c2da563f7baa4f572b7eeb1b2dff870d68/kubernetes/create-k8s-cluster.sh#L157-L238 |
|
Good news. If I setup a Kubernetes Cluster - v1.13, then that works |
|
So this seems to only affect kubenetes v1.14. That's good to know. |
|
Hmhmh. Not sure what was the issue but after creating again a new Centos7 VM where this script was used to install OAB, ServiceCatalog on k8s 1.14.1, that works now |
|
I used the bottom portion of your script to start a service-catalog and broker on 1.14. Initially the service-catalog had the Since things seem to be working, I will focus on just documenting the installation case. |
Issue
The script https://github.com/openshift/ansible-service-broker/blob/master/scripts/run_latest_build.sh refers to a file which does not exist anymore
AND which is needed to install OAB on kubernetes
The text was updated successfully, but these errors were encountered: