We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deploy Status Check should fail.
Deployment gets marked as ok.
Doc says:
Deployment: check the output of kubectl rollout status deployment command
When I manually run the command I get:
$ kubectl rollout status deployment -n foo bar error: deployment "bar" exceeded its progress deadline
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Deploy Status Check should fail.
Actual behavior
Deployment gets marked as ok.
Information
Steps to reproduce the behavior
Doc says:
When I manually run the command I get:
The text was updated successfully, but these errors were encountered: