-
Notifications
You must be signed in to change notification settings - Fork 84
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
ASB deployment fails #585
Comments
The script deploys 3.7 or 3.9 for me OK. I see similar etcd messages with either 3.7 or 3.9.
|
i see the same etcd error using catasb but it's not breaking anything. I think we may have a misconfiguration with CA certs (still trying to figure out what), but it doesn't seem to be affecting functionality. |
I don't know why / how but, I after I did delete the contents of my |
Reproducible on 3.7 environment when broker is created using openshift-ansible playbook:
I can confirm on tls secrets that both asb and asb-etcd are created under the same CA. |
@jmontleon sounds like this may still be an issue we gotta look into. |
I think this is related to this etcd-io/etcd#8603 |
I'm running into the same thing now with a new OpenShift Origin 3.9 deploy. I have the asb-etcd working fine (the PVC is bound in my glusterfs cluster), but for some reason, the asb-1 won't start up correctly, resulting in failure of the controller-manager. |
OK, in my case this issue was a configuration issue. I had |
Closing issue fixed in current release. Please re-open if this happens again in a future release. |
I encountered this same problem with OpenShift Origin 3.9. As reported above by matzew, the problem disappeared after I attempted to delete the contents of my /var/lib/origin/** folder and then rebooted. |
I encountered this same issue(deploy failed) as above with origin 3.9.0:
|
@wenchma We aren't supporting the run_latest_build.sh any longer. Here is me bringing up the broker in 3.9:
|
the link is no longer valid is there any better guide to help break through ASB installation on OKD 3.9? |
What happened:
The instructions for 3.7.0 are buggy, since the
latest
is now mapping to thev3.9.0-alpha
images.Running the suggested snippet:
Provisions the system, but as the server it's using
v3.9.0-alpha
, which is buggy:Logs from the
asb-etcd-1-z6zrc
pod:Logs from the
asb-1-deploy
pod:using ORIGIN_VERSION=v3.7.0
Running the script with the
v3.7.0
label:I am getting these errors, on provision:
What you expected to happen:
a working ASB 😄
How to reproduce it:
running the scripts, as above
The text was updated successfully, but these errors were encountered: