Open morissette opened 7 years ago
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
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