Skip to content

Commit

Permalink
Fix issue kubernetes#28487
Browse files Browse the repository at this point in the history
This is a minor fix for the issues report in kubernetes#28487
  • Loading branch information
liyimeng authored Jul 5, 2016
1 parent ef3f2fb commit 0262c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/hyperkube/static-pods/kube-proxy.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"containers": [
{
"name": "kube-proxy",
"image": "gcr.io/google_containers/hyperkube-ARCH:VERSION",
"image": "REGISTRY/hyperkube-ARCH:VERSION",
"command": [
"/hyperkube",
"proxy",
Expand Down

0 comments on commit 0262c0d

Please sign in to comment.