-
Bug
-
Resolution: Done
-
Undefined
-
4.12
-
None
-
False
-
Description of problem:
Some of AWS CI jobs failed with error: Error: error creating EC2 NAT Gateway: InvalidElasticIpID.NotFound: The elasticIp ID 'eipalloc-094ec9d0482d5b9f2' does not exist Errors from: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-release-master-nightly-4.12-e2e-aws-sdn/1566090383895564288 level=info msg=Creating infrastructure resources...level=errorlevel=error msg=Error: error creating EC2 NAT Gateway: InvalidElasticIpID.NotFound: The elasticIp ID 'eipalloc-094ec9d0482d5b9f2' does not existlevel=error msg= status code: 400, request id: 5223ac0c-77cb-4f29-adc8-4192e9fc3ef8level=errorlevel=error msg= with module.vpc.aws_nat_gateway.nat_gw[0],level=error msg= on vpc/vpc-public.tf line 85, in resource "aws_nat_gateway" "nat_gw":level=error msg= 85: resource "aws_nat_gateway" "nat_gw" {level=errorlevel=error msg=failed to fetch Cluster: failed to generate asset "Cluster": failure applying terraform for "cluster" stage: failed to create cluster: failed to apply Terraform: exit status 1level=errorlevel=error msg=Error: error creating EC2 NAT Gateway: InvalidElasticIpID.NotFound: The elasticIp ID 'eipalloc-094ec9d0482d5b9f2' does not existlevel=error msg= status code: 400, request id: 5223ac0c-77cb-4f29-adc8-4192e9fc3ef8level=errorlevel=error msg= with module.vpc.aws_nat_gateway.nat_gw[0],level=error msg= on vpc/vpc-public.tf line 85, in resource "aws_nat_gateway" "nat_gw":level=error msg= 85: resource "aws_nat_gateway" "nat_gw" {level=errorlevel=error
Version-Release number of selected component (if applicable):
4.11 - 4.12
How reproducible:
Occasionally happened, searching logs in CI pipeline via https://search.ci.openshift.org/?search=InvalidElasticIpID.NotFound&maxAge=48h&context=1&type=build-log&name=.*4%5C.12.*aws.*&excludeName=.*upgrade.*&maxMatches=5&maxBytes=20971520&groupBy=job
Steps to Reproduce:
1. All kinds of AWS IPI installations can encounter this error.
Actual results:
Error: error creating EC2 NAT Gateway: InvalidElasticIpID.NotFound: The elasticIp ID 'eipalloc-094ec9d0482d5b9f2' does not exist
Expected results:
Cluster install succeeds.
Additional info:
4.11 jobs with this error: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-multiarch-master-nightly-4.11-ocp-e2e-aws-arm64/1565061451272425472
- relates to
-
OCPBUGS-4007 AWS Install Failures: Error: reading EC2 EIP, couldn't find resource
- Closed
- links to