diff options
author | othman touijer <othman.touijer@soprasteria.com> | 2021-11-24 10:41:24 +0100 |
---|---|---|
committer | othman touijer <othman.touijer@soprasteria.com> | 2021-11-24 10:42:43 +0100 |
commit | 87a99b1ca0ffd898ee0af845f79f8174e8d5b7d6 (patch) | |
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
-rwxr-xr-x | ready.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ import os import sys import time import random +import requests from kubernetes import client, config from kubernetes.client.rest import ApiException |