Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXTERNAL-IP missing #75

Closed
emman27 opened this issue Oct 17, 2018 · 1 comment
Closed

EXTERNAL-IP missing #75

emman27 opened this issue Oct 17, 2018 · 1 comment

Comments

@emman27
Copy link

emman27 commented Oct 17, 2018

Hi guys, I'm not sure if there's something I'm missing on the bootstrap.sh script, or it's just something that EKS doesn't support. My use case involves using NodePort based services for setup of the cluster (I'm migrating from GKE), and it seems that the public IP of my EKS worker nodes is not being registered with k8s. Here's a quick summary of my output:

kubectl get no -o wide

NAME                                           STATUS   ROLES    AGE   VERSION   EXTERNAL-IP   OS-IMAGE         KERNEL-VERSION                CONTAINER-RUNTIME
ip-10-122-113-212.us-west-2.compute.internal   Ready    <none>   22h   v1.10.3   <none>        Amazon Linux 2   4.14.62-70.117.amzn2.x86_64   docker://17.6.2

Going for -o yaml confirms that there is no external IP being picked up. However, I've also inspected the actual EC2 instance here and there is in fact a public IP available.

My userdata.sh script is also below:

#!/bin/bash -xe

/etc/eks/bootstrap.sh cluster_name --kubelet-extra-args '--node-labels=something=hello,somethingelse=bye --register-with-taints=taint1=true'

Is there something I am missing?

@micahhausler
Copy link
Member

Closing as duplicate of #60, see my comment there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants