From 8338824d9cf04c8259fafee82d73a38f41ad76fe Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Wed, 4 Mar 2020 20:14:01 +0100 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: John Gardiner Myers --- pkg/apis/kops/networking.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apis/kops/networking.go b/pkg/apis/kops/networking.go index 8c1e38d511..0176501c09 100644 --- a/pkg/apis/kops/networking.go +++ b/pkg/apis/kops/networking.go @@ -385,6 +385,7 @@ type CiliumNetworkingSpec struct { // Default: none ContainerRuntimeLabels string `json:"containerRuntimeLabels,omitempty"` // Ipam specifies the IP address allocation mode to use. + // Possible values are "crd" and "eni". // "eni" will use AWS native networking for pods. Eni requires masquerade to be set to false. // "crd" will use CRDs for controlling IP address management. // Empty value will use host-scope address management.