kubernetes_pod_example fails w/ ERROR - Failed to execute job 3 for task pod-task #312
Closed
1 task done
Labels
bug
Something isn't working
Description
Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration.
If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following for Terraform examples:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
^^completed this step
Versions
Module version [Required]:
Terraform version:
v1.5.5
Provider version(s):
Reproduction Code [Required]
Same code as kubernets_pod_example in schedulers/terraform/managed-airflow-mwaa
Steps to reproduce the behavior:
I just follow https://awslabs.github.io/data-on-eks/docs/blueprints/job-schedulers/aws-managed-airflow and get a timeout error from the dag not being able to connect to EKS.
Expected behavior
Pod Example runs (authentication is successful)
Actual behavior
Timout error
Terminal Output Screenshot(s)
Additional context
I have a hunch this has to do with the providers list that MWAA uses by default. I would have to adjust the requirements.txt so I could get the default EMR task to run. I can confirm that the Virtual EMR cluster and EKS build. I can connect to the cluster via kubectl from my local (List Name Spaces and Pods). I have tried editing the kube_config file to match my local kube_config created from the awk
eks update-kubeconfig
command. I also used us-east-2 and us-west-2 on multiple builds when i start the build.sh command.Here is a list of providers too...
The text was updated successfully, but these errors were encountered: