Serhii Aheienko

Results 4 issues of Serhii Aheienko

**Short Summary:** Control doesn't recognize availability zones. **Steps to Reproduce:** Run supergiant/control and add the `test-aws` cloud account with valid credentials. ``` $ curl -H'Authorization: ...' localhost:8080/v1/api/accounts/test-aws/regions/eu-west-1/az/eu-west-12/types ["t3.small","c3.2xlarge","c3.xlarge","c4.xlarge","c5d.18xlarge","c5d.9xlarge","c5d.9xlarge","c5n.18xlarge","c5n.18xlarge","c5n.large","c5n.large","d2.4xlarge","d2.8xlarge","d2.xlarge","h1.16xlarge","h1.4xlarge","h1.8xlarge","i3.2xlarge","i3.large","i3.xlarge","m1.xlarge","m3.2xlarge","m3.xlarge","m4.large","m5.12xlarge","m5.24xlarge","m5.xlarge","m5.xlarge","m5a.large","m5d.24xlarge","m5d.2xlarge","m5d.xlarge","p2.16xlarge","p3.2xlarge","p3.8xlarge","p3.8xlarge","r3.xlarge","r5.12xlarge","r5.24xlarge","r5.large","r5a.24xlarge","t2.medium","z1d.xlarge","c1.medium","c3.xlarge","c4.2xlarge","c4.2xlarge","c4.large","c4.large","c4.xlarge","c5.4xlarge","c5.4xlarge","c5.9xlarge","c5d.4xlarge","c5d.xlarge","c5n.xlarge","d2.2xlarge","d2.xlarge","i2.xlarge","i3.16xlarge","i3.8xlarge","i3.metal","m3.2xlarge","m4.10xlarge","m4.10xlarge","m4.4xlarge","m4.xlarge","m5.xlarge","m5a.2xlarge","m5a.2xlarge","m5a.large","m5d.12xlarge","m5d.24xlarge","r3.8xlarge","r3.8xlarge","r4.16xlarge","r4.16xlarge","r4.xlarge","r5a.24xlarge","r5a.large","z1d.xlarge"] $ curl...

Low Priority

There are a few checks with usage of `until` loop that will hang indefinitely in case of error. For instance: https://github.com/supergiant/control/blob/release-2.0/templates/poststart.tpl#L4

enhancement
2.1

Add a controller for DataExport resources. Signed-off-by: Serhii Aheienko **What type of PR is this?** feature **What this PR does / why we need it**: **Does this PR change a...

do-not-merge
feature

**Is this a BUG REPORT or FEATURE REQUEST?**: Bug **What happened**: If there is no CRD preinstalled the app exits with a panic when try to register a controller for...