k8s_info - fix issue with kubernetes-client caching when api-server was available (#571)

k8s_info - fix issue with kubernetes-client caching when api-server was available

SUMMARY
closes #508
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

k8s_info
ADDITIONAL INFORMATION

Reviewed-by: Mike Graves <mgraves@redhat.com>
This commit is contained in:
Bikouo Aubin
2023-01-24 11:43:30 +01:00
committed by GitHub
parent af7c24cba7
commit 8ed4d4b6ed
7 changed files with 347 additions and 242 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- k8s_info - fix issue when module returns successful true after the resource cache has been established during periods where communication to the api-server is not possible (https://github.com/ansible-collections/kubernetes.core/issues/508).