-
Notifications
You must be signed in to change notification settings - Fork 39
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
--domain
flag didn't work
#50
Comments
Hey Rich, I think the issue might be that all the flags need to be before the actual deployment name, i.e Hopefully this will work! |
Thanks for your help, that fixed it. This surprises me; I would not expect unixy tools to insist on flag v.s. command order like that (c.f. grep [1]), or at least to complain if I get it wrong (c.f. git grep [2]) [1]:
[2]:
Is this behaviour something from |
Glad it worked! |
After fixing that, my credhub is broken:
Do I have to destroy and re-create the Concourse, or is there a way to get I think the problem is that the credhub was deployed when I didn't pass an I tried |
I'm not sure whether it's a Credhub or cert issue. |
Bash. I have been able to connect to credhub fine before for instances created by The problem here, I think, is that I created this credhub instance using control-tower without a |
Destroying and deploying again seems like a good idea, let us know if it works.
|
I deleted and re-created the server back in Nov and it worked. Now, I have changed the domain name for the instance by re-running the "control-tower deploy" command and it is stuck in the same intermediate broken state. The instance is up at the new hostname, but none of the jobs work. If I try to connect to the credhub, I get:
Do I have to delete + re-create again? I would really like to find some way to fix this without doing that, as I now have a lot of history. |
I tried the "renew-https-cert" job but it did nothing as the main cert has many days left. I tried The cert on the credhub is signed by "/C=USA/O=Cloud Foundry/CN=ConcourseCA". How can I rebuild it? I tried the "self-update" job, but it is stuck, likely due to the credhub issue |
I tried deleting the "web" machine, which holds the bad cert. BOSH re-created it after a short pause, but with the wrong cert again. I am going to delete and re-create the cluster :-( |
I did this again :-( I was deleting and recreating my cluster due to an irrecoverable cert issue (see #334), then I created my cluster without specifying "domain" on first run and I needed to delete + recreate it again, as credhub becomes stuck in this "certificate is not valid for any names" state |
I am trying to deploy Concourse with a domain name
I ran:
The deploy succeeded, but it has set "concourse-url" to an ip address.
Concourse is reachable at that address.
I would like it to use myci.example.com instead.
There are no obvious errors in the output.
How can I debug?
Thanks,
Rich
The text was updated successfully, but these errors were encountered: