-
Notifications
You must be signed in to change notification settings - Fork 13
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
Migrate from RedHatSI/Packet to Equinix Metal #2
Conversation
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
With the latest changes, 1d63d3f, the cluster provisioned and I can login to the panel using the DNS name (Linode module). I received certificate warnings which I think are related to the problem detailed next. There were some resources that failed, timed-out, or were tainted due to configuration jitter:
The Linode SRV records also failed to register.
|
Signed-off-by: Marques Johansson <[email protected]>
The SRV record problem was corrected in bced72f.
The certificate provisioner problem described above is no longer trying to reapply, but the certificate is invalid (bad issuer?):
I think this may be related to To keep this simple, we may need to enable LetsEncrypt (by default) using an HTTP prover instead of DNS. |
I think this may be related to To keep this simple, we may need to enable LetsEncrypt (by default) using an HTTP prover instead of DNS. |
Fixes #1
cc @liveaverage