diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-03-22 12:35:40 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-03-22 13:11:09 +0100 |
commit | ee99ae32bb88bb21a5596a21f3bb4e162eca7196 (patch) | |
tree | 5569ad448b898c896b2ca837fcf2370d55e2f5c8 /requirements.txt | |
parent | 9320a0c4f473cce293cf084f2acdd4d3ec514121 (diff) |
Add new option to check, whether a service is ready to be used.
The function will find the selected pods used for the service,
then checks the status of the Deployment/STS/Daemonset, which
starts the pod.
Additionally update to the latest image and kubernetes lib
versions
Issue-ID: OOM-3280
Change-Id: Icee03934f4ba6c7f472d7994b86871769a6b1eba
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7102b1b..eca5e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -kubernetes==11.0.0 +kubernetes==29.0.0 |