-
Notifications
You must be signed in to change notification settings - Fork 18
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
Worker Node group doesn't join the EKS cluster #10
Comments
Please refer to "Run the CloudFormation for worker node group creation (open5gs-worker.yaml)", bullet point #3. Cluster joining procedure is supposed to be done by ConfigMapUpdate of Custom Resource Lambda in "open5gs-worker-xxx.yaml". You can debug why it was not successfully done by CloudWatch log of related Lambda function (named as eks-auth-update-hook-${AWS::StackName}) but simply you can just do manual update of aws-auth-cm (configmap). You can refer to https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html (in AWS management Console tab) for steps of configuring aws-auth-cm.yaml. |
I've performed aws-auth update manually but that has not resolved the issue. I even checked the logs of the lambda function that is responsible for joining the worker nodes to the cluster but didn’t find any error.
|
@hinddeep Have you fix the issue? |
I faced the same issue and fixed it as follows:
Following above 2 steps, Open5GS cluster should be working with pair of worker nodes. NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME |
Since there are no worker nodes, the pods can't be scheduled and the cluster is non-usable. What can I do so that the worker node group joins the cluster?
The text was updated successfully, but these errors were encountered: