You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Changing the default Kubernetes certificate location results in a cluster deployment error - the installations fails trying to initialize the cluster while the kubelet service is not running.
To Reproduce
Steps to reproduce the bug:
Deploy a new cluster from develop branch with the configuration given below (changing the default certificate location /etc/kubernetes/pki to a different one): epicli apply -f test.yml
This error is likely caused by:\n\t\t- The kubelet is not running\n\t\t- The kubelet is unhealthy due to a misconfiguration of the node in some way (required cgroups disabled)\n\n\tIf you are on a systemd-powered system, you can try to troubleshoot the error with the following commands:\n\t\t- 'systemctl status kubelet'\n\t\t- 'journalctl -xeu kubelet'
The problem is that the path /etc/kubernetes/pki is hardcoded in many places and therefore we are not able to change the certificate locations in one place at the moment. In my opinion, we should control this parameter in one place.
The text was updated successfully, but these errors were encountered:
Describe the bug
Changing the default Kubernetes certificate location results in a cluster deployment error - the installations fails trying to initialize the cluster while the kubelet service is not running.
To Reproduce
Steps to reproduce the bug:
/etc/kubernetes/pki
to a different one):epicli apply -f test.yml
Config files
Expected behavior
The cluster has been deployed successfully.
OS (please complete the following information):
Cloud Environment (please complete the following information):
Additional context
Log:
The problem is that the path
/etc/kubernetes/pki
is hardcoded in many places and therefore we are not able to change the certificate locations in one place at the moment. In my opinion, we should control this parameter in one place.The text was updated successfully, but these errors were encountered: