Rancher Installation Error - cannot re-use a name that is still in use #401
-
Fantastic tool - attempting to setup a dev server and I would like to install Rancher. I've set the following:
I'm not sure if I've misconfigured something, but the rancher install continuously fails:
Pulling the logs from the failing install pod yields
Looking at the overall deployment, I can only see the following in that namespace ... unfortunately it doesn't mean much to me as I'm not particularly k8s savvy.
Any help would be greatly appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@snarkipus First of all, please use this kube.tf.example (it will be released soon, but is compatible with the current release). This problem showed up to me too in the past. Just make sure to use a proper real domain rancher hostname, not a dummy one, ideally you must own the domain, also point it to the lb. Also, make sure to choose the rancher install channel of Hopefully, it works, but if not, please do include your kube.tf without the token and sensitive values (ideally with all comments meaning unused values removed). |
Beta Was this translation helpful? Give feedback.
@snarkipus First of all, please use this kube.tf.example (it will be released soon, but is compatible with the current release).
This problem showed up to me too in the past. Just make sure to use a proper real domain rancher hostname, not a dummy one, ideally you must own the domain, also point it to the lb.
Also, make sure to choose the rancher install channel of
latest
.Hopefully, it works, but if not, please do include your kube.tf without the token and sensitive values (ideally with all comments meaning unused values removed).