Created
February 18, 2020 16:50
-
-
Save alban/66ec01e611c4994e9102bfbfc0bf43bd to your computer and use it in GitHub Desktop.
edge-hostname.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Apply complete! Resources: 118 added, 0 changed, 0 destroyed. | |
Your configurations are stored in /home/alban/lokoctl-assets/albandemoedge | |
Now checking health and readiness of the cluster nodes ... | |
FATA[0558] Verify cluster installation: not all nodes became ready within the allowed time args="[]" command="lokoctl cluster install" | |
[alban@neptune albandemoedge]$ echo $? | |
1 | |
[alban@neptune albandemoedge]$ kubectl get node --kubeconfig=/home/alban/lokoctl-assets/albandemoedge/cluster-assets/auth/kubeconfig | |
NAME STATUS ROLES AGE VERSION | |
localhost Ready <none> 7m4s v1.17.3 | |
--------------------- | |
On the controller node, the hostname is localhost: | |
$ ssh [email protected] hostname | |
localhost | |
On the worker nodes, same thing. | |
----------------------------- | |
$ journalctl -u systemd-hostnamed.service | |
-- Logs begin at Tue 2020-02-18 16:33:56 UTC, end at Tue 2020-02-18 16:50:00 UTC. -- | |
Feb 18 16:34:06 localhost systemd[1]: Starting Hostname Service... | |
Feb 18 16:34:07 localhost systemd[1]: Started Hostname Service. | |
Feb 18 16:34:07 localhost systemd-hostnamed[1255]: Assertion 'm->n_queued > 0' failed at ../systemd-242/src/libsystemd/sd-bus/bus-message.c:957, function bus_message_unref_queued(). Aborting. | |
Feb 18 16:34:08 localhost systemd[1]: systemd-hostnamed.service: Main process exited, code=dumped, status=6/ABRT | |
Feb 18 16:34:08 localhost systemd[1]: systemd-hostnamed.service: Failed with result 'core-dump'. | |
$ cat /etc/os-release |grep VERSION_ID= | |
VERSION_ID=2411.99.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment