We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running
quay.io/redhat-developer/mapt:v0.7.1 aws fedora create \ --project-name fedora \ --backed-url "file:///workspace" \ --conn-details-output "/workspace" \ --spot \ --airgap \ --cpus 2 \ --memory 8
This execution will end up on an error:
aws:lb:LoadBalancer (main-afd-lb): error: 1 error occurred: * creating ELBv2 network Load Balancer (main-afd-lb-5b25830): ValidationError: You can only specify private IPv4 addresses for Network Load Balancers with scheme 'internal'. status code: 400, request id: 5a763518-5be5-4536-95c0-3642564e7d1c
The text was updated successfully, but these errors were encountered:
fix: aws loadbalancer for airgap scnearios now required set as intern…
2be2902
…al. Fix redhat-developer#312. Signed-off-by: Adrian Riobo <[email protected]>
7dc86a0
b1e7cff
8a38f1a
…al. Fix #312. Signed-off-by: Adrian Riobo <[email protected]>
e9403fe
adrianriobo
Successfully merging a pull request may close this issue.
Running
This execution will end up on an error:
The text was updated successfully, but these errors were encountered: