commit | 87a99b1ca0ffd898ee0af845f79f8174e8d5b7d6 | [log] [tgz] |
---|---|---|
author | othman touijer <othman.touijer@soprasteria.com> | Wed Nov 24 10:41:24 2021 +0100 |
committer | othman touijer <othman.touijer@soprasteria.com> | Wed Nov 24 10:42:43 2021 +0100 |
tree | 48205e17655cd186a287eb0daf597570680f60a2 | |
parent | 5274bc78dac2f2368456b4ad6338523d27b625ff [diff] |
Add missing "requests" import needed by ready.py script Issue-ID: OOM-2884 Signed-off-by: othman touijer <othman.touijer@soprasteria.com> Change-Id: I69e8d661073d724b70d0292525224fb553eca270
diff --git a/ready.py b/ready.py index 85d5989..9055950 100755 --- a/ready.py +++ b/ready.py
@@ -29,6 +29,7 @@ import sys import time import random +import requests from kubernetes import client, config from kubernetes.client.rest import ApiException