kubernetes/cmd/kubelet
k8s-merge-robot 04bdd37bc4 Merge pull request #25972 from luxas/remove_arch_constants
Automatic merge from submit-queue

Use pause image depending on the server's platform when testing

Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic.

The pause image name and version is also now only in two places, and it's documented to bump both
Also removed "amd64" constants in the code. Such constants should be replaced by `runtime.GOARCH` or by looking up the server platform

Fixes: #22876 and #15140
Makes it easier for: #25730
Related: #17981

This is for `v1.3`
@ixdy @thockin @vishh @kubernetes/sig-testing @andyzheng0831 @pensu
2016-05-28 04:48:59 -07:00
..
app Merge pull request #25972 from luxas/remove_arch_constants 2016-05-28 04:48:59 -07:00
kubelet.go Move flag into sub pkg 2016-03-14 21:30:38 +08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00