Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maestro should delete a pod if it can't start because of PodFitsHostPorts #36

Open
felipejfc opened this issue Jun 22, 2018 · 1 comment
Labels
bug enhancement v9 v9.x related issues

Comments

@felipejfc
Copy link
Contributor

Maestro is not behaving as expected when it chooses a hostPort that is not available in any of the kubernetes nodes, in this cases it should edit the pod to change the chosen hostPort or delete it and create a new one to trigger another random port get

Events:
  Type     Reason            Age                From               Message
  ----     ------            ----               ----               -------
  Warning  FailedScheduling  49s (x26 over 8m)  default-scheduler  0/10 nodes are available: 1 Insufficient cpu, 1 PodFitsHostPorts, 1 PodToleratesNodeTaints, 9 MatchNodeSelector.
@henrod
Copy link
Contributor

henrod commented Jun 22, 2018

This check is being done here.

Something may have changed on kubernetes and another Message is being returned here.

@caiordjesus caiordjesus added the v9 v9.x related issues label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement v9 v9.x related issues
Projects
None yet
Development

No branches or pull requests

3 participants