TritonDataCenter / triton-kubernetes

Kubernetes on Triton
Mozilla Public License 2.0
183 stars 44 forks source link

Rancher 2.1.5 doesn't complete installation #153

Closed viniciuschiele closed 4 years ago

viniciuschiele commented 5 years ago

Hi,

I tried to install rancher 2.1.5 but it didn't complete the manager installation.

I kept receiving this message:

module.cluster-manager.null_resource.setup_rancher_k8s: Still creating... (9m0s elapsed) module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s: Still creating... (9m10s elapsed) module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s: Still creating... (9m20s elapsed) module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): . module.cluster-manager.null_resource.setup_rancher_k8s: Still creating... (9m30s elapsed) module.cluster-manager.null_resource.setup_rancher_k8s (remote-exec): .

Worth mention that at this stage the server was up and running and I was able to login to rancher's portal.

The image I used: rancher/rancher:v2.1.5

Thanks