Robert Lucian Chiriac

Results 33 issues of Robert Lucian Chiriac

#### Description If the `max_replicas` field is not set but the `min_replicas` field is, then default `max_replicas` to the value of `min_replicas`.

#### Description At bigger scales, the cluster runs out of IPs for its nodes/pods. #### Solutions 1. Use "Custom CNI networking", which basically adds another CIDR block to the VPC...

performance

#### Description The user could want to do a regex instead of listing all of the node groups to use in the api spec: ```yaml # api spec # ......

enhancement

#### Description The `cluster-autoscaler` can use up lots of memory when there are lots of nodes to keep track of or/and lots of nodes that need to be added. The...

performance

#### Description Find a way to restrict the number of discovered targets per LB irrespective of the number of nodes that are being added when `cortex cluster`ing up. We don't...

enhancement
research

#### Description Change to appropriate resource requests and/or limits for Neuron k8s device plugin. The AWS team has said their device plugin uses few CPU/Mem resources, but that's still not...

refactor
blocked

#### Description Assuming a new node group is to be added and another one is to be removed in one go with `cortex cluster configure`, take into consideration the temporary...

bug

#### Description If a node group failed to be added to the cluster prior to running a successful subsequent `cortex cluster configure` on the same node group, then the pods...

bug

#### Description This can be configured in the cluster config and updated while the cluster is running. The best way to do this is to create a secret resource that...

enhancement

#### Description Has to be done in `debug.sh`. Could be done by running something like `eksctl get nodegroup --cluster=$CORTEX_CLUSTER_NAME --region=$CORTEX_REGION -o json > nodegroups.json`. Inspired by [this commit](https://github.com/cortexlabs/cortex/commit/010221f43bc1775581353b4b8a61ffe6343243e7#diff-1fbad9bd9765a163aa3a48dee78a86ffb1d260e73c86b33bae623a2ac692b33b) where `debug.sh`...

enhancement