Skip to content

Commit

Permalink
Update comments for hostNetwork (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorj authored Nov 9, 2020
1 parent 3be3890 commit e351927
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stable/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ env:

# Specifies if aws-load-balancer-controller should be started in hostNetwork mode.
#
# This is required if using a custom CNI with a managed kubernetes service (e.g. EKS).
# The managed control plane is unable to communicate with the pods/service IP address.
# This is required if using a custom CNI where the managed control plane nodes are unable to initiate
# network connections to the pods, for example using Calico CNI plugin on EKS. This is not required or
# recommended if using the Amazon VPC CNI plugin.
hostNetwork: false

0 comments on commit e351927

Please sign in to comment.