Robert Lucian Chiriac

Results 33 issues of Robert Lucian Chiriac

#### Description As part of this ticket, checking that the provided volume type is available in the selected region (i.e. us-west-2) is also required. More on io2 volume type here...

enhancement

#### Description Given the following list of node groups from a cluster config: ```yaml node_groups: - name: A instance_type: t3.medium - name: B instance_type: c5.xlarge - name: C instance_type: c5.4xlarge...

bug
performance
research

#### Description When deploying a new API, we only validate against the scheduled workloads on the cluster. We're not taking into consideration the situation where all of the existing APIs...

enhancement
ux
provisioning

#### Description When creating a cluster with node group names that have more than a few characters, then ARN names of the corresponding node groups are getting truncated. Is this...

bug
question

#### Description Assume we have these node groups: * A CPU node group with a live instance. This can fit 10 iris-classifier replicas (which only request CPU). Max_instances is set...

bug
performance

### Description A field like `priority` could be added to the job submission spec that could prioritize certain jobs over the others. The values the `priority` field could take could...

enhancement

#### Description When the cluster up fails to bring up spot nodes (as a requirement for the autoscaler to infer the instances' resource specs), the advertised memory of a node...

bug

#### Description I'm new to Haskell. Just trying to install this extension with HLS and I keep getting the following error for any of the 1.6.x/1.7.x versions of this extension....

type: bug
status: need info
type: setup

### What were you trying to accomplish? Trying to get the node taints to be applied to the Nodegroup's nodes when creating a cluster with `eksctl` from a given config...

kind/help

I'm working on reducing the RAM usage of a module I'm writing in micropython and I've hit a roadblock - after just a couple hundred of lines the microbit stops...