aws-samples / aws-samples/dpdk-setup-eks

LambdaAttach2eni env variable

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
8
Forks
6
PR merge metrics
No merged PRs in 30d

Description

In the cfn template there is a missing env variable for the lambda function:

Environment:
Variables:
SubnetIds: !Join [ ",", !Ref MultusSubnets ]
SecGroupIds: !Ref MultusSecurityGroup
useStaticIPs: !Ref useIPsFromStartOfSubnet
ENITags: !Ref InterfaceTags

it's missing:

Environment:
Variables:
SubnetIds: !Join [ ",", !Ref MultusSubnets ]
SecGroupIds: !Ref MultusSecurityGroup
useStaticIPs: !Ref useIPsFromStartOfSubnet
ENITags: !Ref InterfaceTags
SourceDestCheckEnable: true

this miss will make the lambda fail.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.