mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 17:48:12 -03:30
Fix busybox for tests to reduce dockerhub calls (#7571)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- hosts: kube_control_plane[0]
|
||||
vars:
|
||||
test_image_repo: busybox
|
||||
test_image_repo: k8s.gcr.io/busybox
|
||||
test_image_tag: latest
|
||||
|
||||
tasks:
|
||||
|
||||
Reference in New Issue
Block a user