Comment 6 for bug 1655007

Revision history for this message
panticz.de (panticz.de) wrote :

Check if if there any issues in your deployment process. Log in to the master node and debug systemd:

systemctl list-units --failed
journalctl -f
systemctl status kubelet.service

Check that your flavor has no swap and some additional parameters for magnum and heat:

# magnum.conf
[cinder]
default_docker_volume_type = VT1

[trust]
cluster_user_trust = True

# heat.conf
[DEFAULT]
region_name_for_services = ch-zh1

If there no issues then check the kube-system pods:
kubectl get pods --all-namespaces