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

Investigate issues with failing deployment k8s deploy #119

Open
ryan109 opened this issue Feb 22, 2022 · 0 comments
Open

Investigate issues with failing deployment k8s deploy #119

ryan109 opened this issue Feb 22, 2022 · 0 comments

Comments

@ryan109
Copy link
Contributor

ryan109 commented Feb 22, 2022

We have a scenario when kubetools will deploy an app, and consider it successful even if the new containers haven't come up successfully.

This command deck deploy was were it was discovered: http://jenkins.edtd.net/job/EDITED%20Github/job/command_deck/job/master/164/console

According to the deploy output, all existing k8s objects were successfully pushed. However the first container in the deployment never came up as it had a dependancy issue. I would have thought the existing app deployments stage would have failed, but it didn't.

This didn't cause the app to come down, as the previous containers were never removed after the new version failed to rollout....again this is something I thought would have been caught by updating app deployments.

--> Executing changes:
    UPDATE service command-deck
    UPDATE deployment command-deck

--> Create and/or update namespace
    Update namespace: production

--> Update existing app deployments
    Update deployment: command-deck

--> Update existing app services
    Update service: command-deck
@ryan109 ryan109 changed the title Investigate issues with failing deployment Investigate issues with failing deployment k8s deploy Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant