k3s/tests/integration/startup/testdata/agnhost.yaml
Brad Davidson cd4be0b8c1 Move Windows test out of Install Script workflow
Placing this in the install script test, which only runs when specific files are changed, was preventing it from being run on code changes.

In addition to moving this into the integration workflow, fix codecov for Windows and upload data after running a test pod.

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-04-09 09:25:43 -07:00

16 lines
280 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: agnhost
spec:
containers:
- name: agnhost
image: registry.k8s.io/e2e-test-images/agnhost:2.53
args:
- inclusterclient
- -v=9
- --poll-interval=5
dnsConfig:
nameservers:
- 8.8.8.8
dnsPolicy: None