Fix busybox for tests to reduce dockerhub calls (#7571)
This commit is contained in:
parent
360aff4a57
commit
ffc38a2237
3 changed files with 2 additions and 11 deletions
|
@ -135,7 +135,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
||||||
- [cri-o](http://cri-o.io/) v1.20 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)
|
- [cri-o](http://cri-o.io/) v1.20 (experimental: see [CRI-O Note](docs/cri-o.md). Only on fedora, ubuntu and centos based OS)
|
||||||
- Network Plugin
|
- Network Plugin
|
||||||
- [cni-plugins](https://github.com/containernetworking/plugins) v0.9.1
|
- [cni-plugins](https://github.com/containernetworking/plugins) v0.9.1
|
||||||
- [calico](https://github.com/projectcalico/calico) v3.17.3
|
- [calico](https://github.com/projectcalico/calico) v3.17.4
|
||||||
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
|
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions)
|
||||||
- [cilium](https://github.com/cilium/cilium) v1.8.8
|
- [cilium](https://github.com/cilium/cilium) v1.8.8
|
||||||
- [flanneld](https://github.com/coreos/flannel) v0.13.0
|
- [flanneld](https://github.com/coreos/flannel) v0.13.0
|
||||||
|
|
|
@ -458,8 +458,6 @@ nodelocaldns_image_tag: "{{ nodelocaldns_version }}"
|
||||||
dnsautoscaler_version: 1.8.3
|
dnsautoscaler_version: 1.8.3
|
||||||
dnsautoscaler_image_repo: "{{ kube_image_repo }}/cpa/cluster-proportional-autoscaler-{{ image_arch }}"
|
dnsautoscaler_image_repo: "{{ kube_image_repo }}/cpa/cluster-proportional-autoscaler-{{ image_arch }}"
|
||||||
dnsautoscaler_image_tag: "{{ dnsautoscaler_version }}"
|
dnsautoscaler_image_tag: "{{ dnsautoscaler_version }}"
|
||||||
test_image_repo: "{{ kube_image_repo }}/busybox"
|
|
||||||
test_image_tag: latest
|
|
||||||
|
|
||||||
registry_image_repo: "{{ docker_image_repo }}/library/registry"
|
registry_image_repo: "{{ docker_image_repo }}/library/registry"
|
||||||
registry_image_tag: "2.7.1"
|
registry_image_tag: "2.7.1"
|
||||||
|
@ -900,13 +898,6 @@ downloads:
|
||||||
groups:
|
groups:
|
||||||
- kube_control_plane
|
- kube_control_plane
|
||||||
|
|
||||||
testbox:
|
|
||||||
enabled: false
|
|
||||||
container: true
|
|
||||||
repo: "{{ test_image_repo }}"
|
|
||||||
tag: "{{ test_image_tag }}"
|
|
||||||
sha256: "{{ testbox_digest_checksum|default(None) }}"
|
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
enabled: "{{ helm_enabled }}"
|
enabled: "{{ helm_enabled }}"
|
||||||
file: true
|
file: true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- hosts: kube_control_plane[0]
|
- hosts: kube_control_plane[0]
|
||||||
vars:
|
vars:
|
||||||
test_image_repo: busybox
|
test_image_repo: k8s.gcr.io/busybox
|
||||||
test_image_tag: latest
|
test_image_tag: latest
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Reference in a new issue