Commit d90e3761 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #28489 from liyimeng/patch-1

Automatic merge from submit-queue hyperkube: fix build for 3rd party registry (again) Fixes issue #28487 This is a minor fix for the issue reported in #28487
parents cbda93e2 0262c0dc
......@@ -10,7 +10,7 @@
"containers": [
{
"name": "kube-proxy",
"image": "gcr.io/google_containers/hyperkube-ARCH:VERSION",
"image": "REGISTRY/hyperkube-ARCH:VERSION",
"command": [
"/hyperkube",
"proxy",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment