Having trouble connecting to a remote node in Kubernetes. Running an Ubuntu image Docker container with Elixir installed. When attempting to connect to the node, encountering errors.
kubectl exec -it av-soul-5cd76f4dbc-rv7lg -- /bin/bash
nobody@av-soul-5cd76f4dbc-rv7lg:/app$ /app/bin/soulforceauth remote
=INFO REPORT==== 29-May-2024::09:37:15.124583 ===
Can't set long node name!
Please check your configuration
=SUPERVISOR REPORT==== 29-May-2024::09:37:15.125207 ===
supervisor: {local,net_sup}
errorContext: start_error
reason: {'EXIT',nodistribution}
offender: [{pid,undefined},
{id,net_kernel},
{mfargs,{net_kernel,start_link,
[['rem-a129--@',longnames],true,net_sup]}},
{restart_type,permanent},
{significant,false},
{shutdown,2000},
{child_type,worker}]
{"Kernel pid terminated",application_controller,"{application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{kernel,start,[normal,[]]}}}"}
Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{ker
Crash dump is being written to: erl_crash.dump...done
Please let me know how it can be resolved