aws-samples / aws-samples/dpdk-setup-eks
LambdaAttach2eni env variable
- 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
Assessment
This issue has not been assessed yet.