Files
rosstimothy b05fddec87 Reduce TestKube/Exec flakiness (#61260)
* 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.
2025-11-12 00:48:43 +00:00
..
2024-05-23 17:46:53 +00:00