You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/27 03:41:35 UTC

[GitHub] [airflow] KishinNext commented on issue #16176: Quickstart Helm Chart fails post-install

KishinNext commented on issue #16176:
URL: https://github.com/apache/airflow/issues/16176#issuecomment-1292930998

   
   Any configuration to get the correct cluster to run Airflow? I'm using the last helm chart of Airflow, and I used this configuration for the cluster... but I get the same error :(
   
   
   ```
   apiVersion: eksctl.io/v1alpha5
   kind: ClusterConfig
   
   metadata:
     name: airflow
     region: us-east-1
     version: "1.23"
   
   managedNodeGroups:
     - name: workers
       instanceType: t3.medium
       privateNetworking: true
       minSize: 1
       maxSize: 3
       desiredCapacity: 3
       volumeSize: 20
       ssh:
         allow: true
         publicKeyName: airflow-workstation
       labels: { role: worker }
       tags:
         nodegroup-role: worker
       iam:
         withAddonPolicies:
           ebs: true
           imageBuilder: true
           efs: true
           albIngress: true
           autoScaler: true
           cloudWatch: true
           externalDNS: true
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org