cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Production infrastructure for machine learning at scale

Results 121 cortex issues
Sort by recently updated
recently updated
newest added
trafficstars

I don't really know how to word it correctly, long story short, I need to use the "http://$URL/" instead of http://$URL/$API_NAME" for one of the multiple APIs inside the cluster,...

question

### Version ``` cortex version cli version: 0.42.0 ``` ### Description `cortex up` fails with "timeout has occurred when validating your cortex cluster". This happens consistently. The failure only occurs...

bug

Bumps [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) from 0.5.3 to 0.5.9. Release notes Sourced from sigs.k8s.io/aws-iam-authenticator's releases. v0.5.9 Changelog 1209cfe2 Bump version in Makefile 029d1dcf Add query parameter validation for multiple parameters v0.5.7 What's Changed...

dependencies
go

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

enhancement
research

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

### Version 0.42 ### Description `error: cluster.yaml: node_groups: index 0: instance_type: instance type g5.xlarge is not supported by cortex` ### Configuration ``` # cluster.yaml # cluster name cluster_name: cortex-sr #...

bug

Hi, Do u have integration with [honeycomb](https://honeycomb.io)? Thanks in advance.

question

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