remche / terraform-openstack-rke

Terraform Openstack RKE
Mozilla Public License 2.0
37 stars 20 forks source link

failed to run Kubelet: could not init cloud provider "openstack": Authentication failed #71

Closed Linutux closed 4 years ago

Linutux commented 4 years ago

When setting everything up, it fails

Docker logs says:

failed to run Kubelet: could not init cloud provider "openstack": Authentication failed

As per https://github.com/openshift/origin/issues/19659 passwords with special characters must be provided with single quotes. Unfortunately I have a password with special characters and I can't do anything about it.

I looked into the code but found no place where it is defined.

Linutux commented 4 years ago

One day later it works as expected. Don't know why.