Skip to content

Commit df5a943

Browse files
committed
Switch to non-alpine kindest/haproxy version
Alpine has several challenges, so there's a long running effort in upstream kubernetes to switch to distroless/debian based images. Kind recently moved to a non-alpine image, so let us please switch to the same as well: github.com/kubernetes-sigs/kind/pull/2373/commits/8f293e11855e6545789ed81dd3507fc6c8359ce8 Signed-off-by: Davanum Srinivas <[email protected]>
1 parent 831ed7d commit df5a943

File tree

1 file changed

+1
-1
lines changed
  • test/infrastructure/docker/third_party/forked/loadbalancer

1 file changed

+1
-1
lines changed

test/infrastructure/docker/third_party/forked/loadbalancer/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package loadbalancer
1818

1919
// Image defines the loadbalancer image:tag
20-
const Image = "kindest/haproxy:2.1.1-alpine"
20+
const Image = "kindest/haproxy:v20210715-a6da3463"
2121

2222
// ConfigPath defines the path to the config file in the image
2323
const ConfigPath = "/usr/local/etc/haproxy/haproxy.cfg"

0 commit comments

Comments
 (0)