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
If there's a failure creating the ec2 instance, then all associated resources (in this case SG) should be cleaned up.
The ec2 instance creation fails and leaves the SG created in place.
see expected behavior
./inletsctl create -f ~/Downloads/access-key --secret-key-file ~/Downloads/secret-access-key -r us-west-2 -z us-west-2c -p ec2
inlets version inlets --version
inlets --version
Docker/Kubernetes version docker version / kubectl version:
docker version
kubectl version
Operating System and version (e.g. Linux, Windows, MacOS):
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
If there's a failure creating the ec2 instance, then all associated resources (in this case SG) should be cleaned up.
Current Behaviour
The ec2 instance creation fails and leaves the SG created in place.
Possible Solution
see expected behavior
Steps to Reproduce (for bugs)
Context
Your Environment
inlets version
inlets --version
Docker/Kubernetes version
docker version
/kubectl version
:Operating System and version (e.g. Linux, Windows, MacOS):
Link to your project or a code example to reproduce issue:
The text was updated successfully, but these errors were encountered: