mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 16:03:55 +08:00
b05fddec87
* Reduce TestKube/Exec flakiness The test was not explicitly providing the target Kubernetes cluster. As a result of this the test harness would try to infer the Kubernetes cluster by examining the inventory. This could potentially happen fast enough that no Kubernetes clusters exist in the inventory yet. As a result the empty field in the identity could lead to the `Kubernetes cluster "" not found` error reported in https://github.com/gravitational/teleport/issues/59462. Closes https://github.com/gravitational/teleport/issues/59462. * Extract alpine-webserver:v1 building from GHA The logic to construct an image used by Kubernetes integration tests has been moved to standalone make targets in the fixtures folder to facilitate easier local testing. The GHA workflows have been updated to call the new targets directly.