Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
fix(kiam+amazon-vpc-cni-k8s): add --host-interface to agent rather th…
Browse files Browse the repository at this point in the history
…an server
  • Loading branch information
mumoshu committed Sep 30, 2018
1 parent cc59bbc commit 0f79032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controlplane/config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -5208,7 +5208,6 @@ write_files:
- --prometheus-listen-addr=0.0.0.0:9620
- --prometheus-sync-interval=5s
- --session-duration={{.Experimental.KIAMSupport.SessionDuration}}
{{if .Kubernetes.Networking.AmazonVPC.Enabled }}- --host-interface=!eni0{{ end }}
volumeMounts:
- mountPath: /etc/ssl/certs
name: ssl-certs
Expand Down Expand Up @@ -5367,6 +5366,7 @@ write_files:
- --server-address={{.Experimental.KIAMSupport.ServerAddresses.AgentAddress}}
- --prometheus-listen-addr=0.0.0.0:9620
- --prometheus-sync-interval=5s
{{if .Kubernetes.Networking.AmazonVPC.Enabled }}- --host-interface=!eni0{{ end }}
env:
- name: HOST_IP
valueFrom:
Expand Down

0 comments on commit 0f79032

Please sign in to comment.