control icon indicating copy to clipboard operation
control copied to clipboard

Control manages the lifecycle of clusters on your infrastructure and allows deployment of applications via HELM. Its deployment and configuration workflows will help you to get up and running with Kub...

Results 68 control issues
Sort by recently updated
recently updated
newest added

- [ ] Fix (a **bug** or other **issue** was fixed) - [x] Feature (**new functionality** was added) - [ ] Breaking (**existing functionality** was affected) - [ ] Other...

build-ui that prepares UI to be embedded to binary run only when docker is built or release is pushed.

![Screen Shot 2018-12-05 at 12:30 PM](http://marker.screenshots.prod.s3.amazonaws.com/799d418dbc254654844439802f90fa6d-1544013046203.png) **Summary:** No margin between 2 content blocks **Steps to Reproduce:** 1. Spin up a cluster 2. Go to Catalog 3. Hit "View" button on...

Low Priority

**Short Summary:** After deleting an AWS cluster, helm errors are thrown in the SG log. **Steps to Reproduce:** 1. Create a cluster 2. After it has spun up, delete the...

Patch

When UI request to backend stucks in pending state because of problems on backend - UI blocks in waiting for response and in unresponsive. Steps to reproduce 1. Deploy cluster...

2.1
App UI

**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

When viewing task logs while a cluster is provisioning, the UI should jump to the most recently outputted logs at the bottom of the pop-up.

Patch

Summary of Issue: When something happens to a box on a cloud provider (AWS), the state of that box is not reported correctly in the dashboard. Steps to Reproduce: 1....

2.1

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

The Supergiant api should be able to return what version of the API is being used. (i.e. v2.0.0-beta.9) In the UI, the version number should be visible to the user,...

Low Priority
App UI