mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-15 04:42:24 -04:00
Automatic merge from submit-queue (batch tested with PRs 52753, 54034, 53982, 54209). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. use multi-arch busybox for e2e **What this PR does / why we need it**: Since [multi-arch is supported already for Official images on Dockerhub](https://blog.docker.com/2017/09/docker-official-images-now-multi-platform/), we can use `busybox` directly instead of having our own `GetBusyBoxImage` for multi-arch. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: xref #53958 **Special notes for your reviewer**: /assign @mkumatag @ixdy **Release note**: ```release-note Use multi-arch busybox image for e2e ``` |
||
|---|---|---|
| .. | ||
| apimachinery | ||
| apps | ||
| auth | ||
| autoscaling | ||
| chaosmonkey | ||
| common | ||
| framework | ||
| generated | ||
| instrumentation | ||
| kubectl | ||
| lifecycle | ||
| manifest | ||
| multicluster | ||
| network | ||
| node | ||
| perftype | ||
| scalability | ||
| scheduling | ||
| servicecatalog | ||
| storage | ||
| testing-manifests | ||
| ui | ||
| upgrades | ||
| BUILD | ||
| e2e-example-config.json | ||
| e2e.go | ||
| e2e_test.go | ||
| events.go | ||
| example_cluster_dns.go | ||
| examples.go | ||
| gke_local_ssd.go | ||
| gke_node_pools.go | ||
| limit_range.go | ||
| network_partition.go | ||
| pod_gc.go | ||
| pods.go | ||
| pre_stop.go | ||
| README.md | ||
| resource_quota.go | ||
| ssh.go | ||