dingobar commented on issue #15340:
URL: https://github.com/apache/airflow/issues/15340#issuecomment-1225612316

   > @dingobar Thank you for the input. I am using the same versions and having 
(maybe similar) migration issue. May I ask you to elaborate on the solution?
   
   Run `kubectl -n <namespace> get events` and see if there are events where 
some things are not being scheduled. If not then also try a `kubectl -n 
<namespace> describe replicaset <migration job replicaset>` and see if there 
are events there that can give you a clue. In my case, the scheduler could not 
start the migration pod due to a limit in how much CPU the namespace could 
request in total. You can see the limits by describing the namespace, `kubectl 
describe namespace <namespace>`. Hope that helps.


-- 
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]

Reply via email to