Robert Lucian Chiriac

Results 33 issues of Robert Lucian Chiriac

#### Description Replace cloud provider specific code in cortex cluster commands by using the CDK API. #### Motivation Make cluster management commands more independent from each cloud provider. Make it...

enhancement
research

This PR updates Cortex's versions of everything as instructed in the `versions.md` README. It also adds the latest instances AWS has started supporting, like the `g5` instances. --- checklist: -...

### Description As it is described in https://docs.cortex.dev/clusters/management/auth#minimum-iam-policy, the current minimum IAM policy is to grant the `cortex` CLI (and by that extension to `eskctl`) full control over the EC2/EKS...

enhancement
provisioning

#### Description An API can only be given entire GPU units. Add support for fractional values for the GPU resource. Here's an example: ```yaml # cortex.yaml - name: # API...

enhancement
research

checklist: - [x] run `make test` and `make lint` - [x] make sure the targeted metrics still make sense - [ ] verify the dashboards

performance

#### Description Report any error (as it can be seen in `cortex describe `) that might occur due to an API misconfiguration. The Sentry DSN has to be configured by...

enhancement

#### Description Helps reduce the scale-out time. #### Additional https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-warm-pools.html https://medium.com/keikoproj/rapid-auto-scaling-on-eks-part-2-d094b9b2cd62 ##### Notes On the pricing model: > You have the option of keeping instances in the warm pool in...

performance
provisioning

#### Notes Must be done at the activator level.

metrics

#### How to Add the following line to each node group config in the `generate_eks.py` script: https://github.com/weaveworks/eksctl/blob/main/examples/10-encrypted-volumes.yaml#L16

enhancement

#### Description We can do this by adding another `ssl_certificate_arn` field in the cluster config destined for the operator ingress. We could have the following 2 fields: * `api_ssl_certificate_arn`. *...

enhancement