API Server Issue #56283
Unanswered
chandakanant
asked this question in
General
API Server Issue
#56283
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed Airflow Helm version 1.18.0 on the EKS cluster (1.32). I am facing multiple issues, like -
airflow command error: argument GROUP_OR_COMMAND: invalid choice: 'api-server' (choose from 'celery', 'cheat-sheet', 'config', 'connections', 'dag-processor', 'dags', 'db', 'info', 'jobs', 'kerberos', 'kubernetes', 'plugins', 'pools', 'providers', 'roles', 'rotate-fernet-key', 'scheduler', 'standalone', 'sync-perm', 'tasks', 'triggerer', 'users', 'variables', 'version', 'webserver'), see help above.Original value in values.yaml -
args: ["bash", "-c", "exec airflow api-server"]Updated -
args: ["bash", "-c", "exec airflow webserver"]Question: Is this expected in Airflow 3.x / Helm 1.18.0, given that api-server is not a valid Airflow command anymore?
api-server 10.44.39.225 - - "GET /api/v2/version HTTP/1.1" 404 462 "-" "kube-probe/1.32+"Question: What is the recommended way to handle probes in this scenario when using Helm 1.18.0? Should we patch them post-install, or is there an official fix in the chart?
Beta Was this translation helpful? Give feedback.
All reactions