tests/k8s_user_impersonation: adjustement for k8s 1.24 (#520)

tests/k8s_user_impersonation: adjustement for k8s 1.24

In Kubernetes 1.24, ServiceAccount token secrets are no longer automatically generated.
See: KEP-2799

Reviewed-by: Bikouo Aubin <None>
This commit is contained in:
Gonéri Le Bouder
2022-09-28 15:34:46 -04:00
committed by GitHub
parent 454d0efe0a
commit 093d06ab55
2 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- "Adjust k8s_user_impersonation tests to be compatible with Kubernetes 1.24 (https://github.com/ansible-collections/kubernetes.core/pull/520)."