mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
Co-Authored-By: John Gardiner Myers <jgmyers@proofpoint.com>
This commit is contained in:
parent
3fc80bc97f
commit
8338824d9c
|
@ -385,6 +385,7 @@ type CiliumNetworkingSpec struct {
|
||||||
// Default: none
|
// Default: none
|
||||||
ContainerRuntimeLabels string `json:"containerRuntimeLabels,omitempty"`
|
ContainerRuntimeLabels string `json:"containerRuntimeLabels,omitempty"`
|
||||||
// Ipam specifies the IP address allocation mode to use.
|
// 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.
|
// "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.
|
// "crd" will use CRDs for controlling IP address management.
|
||||||
// Empty value will use host-scope address management.
|
// Empty value will use host-scope address management.
|
||||||
|
|
Loading…
Reference in New Issue