cortex
cortex copied to clipboard
Production infrastructure for machine learning at scale
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,...
### 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...
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...
### 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...
#### 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...
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...
### 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 #...
Hi, Do u have integration with [honeycomb](https://honeycomb.io)? Thanks in advance.
#### 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...