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
try: deployment.update() print "updated deployment {} on {}".format(deployment_name, namespace) except K8sExceptions.TimedOutException: print "check resource limits for namespace {}".format(namespace) return False, receipt return True, receipt
If limits is < requests in regards with resources: A TimeOutException is raised vs a ResourceLimitException
Improvement: Check resource limits for given namespace prior to making any changes Raise error if it doesn't make snese to make said change
The text was updated successfully, but these errors were encountered:
sebastienc
No branches or pull requests
If limits is < requests in regards with resources:
A TimeOutException is raised vs a ResourceLimitException
Improvement:
Check resource limits for given namespace prior to making any changes
Raise error if it doesn't make snese to make said change
The text was updated successfully, but these errors were encountered: