We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc8a01 + 1cf8a06 commit 96594b6Copy full SHA for 96594b6
cluster/addons/kube-proxy/kube-proxy-ds.yaml
@@ -35,7 +35,7 @@ spec:
35
effect: "NoSchedule"
36
containers:
37
- name: kube-proxy
38
- image: {{pillar['kube_docker_registry']}}/kube-proxy:{{pillar['kube-proxy_docker_tag']}}
+ image: {{pillar['kube_docker_registry']}}/kube-proxy-amd64:{{pillar['kube-proxy_docker_tag']}}
39
resources:
40
requests:
41
cpu: {{ cpurequest }}
cluster/gce/manifests/kube-proxy.manifest
@@ -1,3 +1,5 @@
1
+# Please keep kube-proxy configuration in-sync with:
2
+# cluster/addons/kube-proxy/kube-proxy-ds.yaml
3
apiVersion: v1
4
kind: Pod
5
metadata:
0 commit comments