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
Results:
the cluster fails to come up, stating that the first node is not able to be found in the logs FATA[0402] [ "<ip>" not found]
In an offline discussion with @kinarashah , this appears to be due to the following:
internal address should be set
hostname-override should be set to the aws hostname that works with external-aws
The text was updated successfully, but these errors were encountered:
The root cause is that RKE fails to find the node if both internal address and hostname override are empty. External address is not available to RKE at this stage of provisioning because it's populated by aws cloud controller manager after it is deployed. There are 2 options:
RKE version:
v1.5.0-rc11
Docker version: (
docker version
,docker info
preferred)Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)
cluster.yml file:
using aws nodes, set the public IP address and the following in the yaml:
Steps to Reproduce:
Results:
the cluster fails to come up, stating that the first node is not able to be found in the logs
FATA[0402] [ "<ip>" not found]
In an offline discussion with @kinarashah , this appears to be due to the following:
internal address should be set
hostname-override should be set to the aws hostname that works with external-aws
The text was updated successfully, but these errors were encountered: