mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 17:38:50 +00:00
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
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"containers": [
|
"containers": [
|
||||||
{
|
{
|
||||||
"name": "kube-proxy",
|
"name": "kube-proxy",
|
||||||
"image": "gcr.io/google_containers/hyperkube-ARCH:VERSION",
|
"image": "REGISTRY/hyperkube-ARCH:VERSION",
|
||||||
"command": [
|
"command": [
|
||||||
"/hyperkube",
|
"/hyperkube",
|
||||||
"proxy",
|
"proxy",
|
||||||
|
Reference in New Issue
Block a user