bartgenuit commented on issue #33402: URL: https://github.com/apache/airflow/issues/33402#issuecomment-1772657374
Hmm, I was wrong, we aren't running two replicas at all, but the pod has two containers instead: ``` bash NAME READY STATUS RESTARTS AGE airflow-db-migrations-869b7b4666-vhdw2 1/1 Running 0 147m airflow-scheduler-6467bc667c-v5n74 2/2 Running 0 147m airflow-sync-users-897ccb95-474nv 1/1 Running 0 147m airflow-triggerer-5b5b4d6dc4-992h5 1/1 Running 0 147m airflow-web-75775ccd6c-hxr4b 1/1 Running 0 147m ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
