Skip to content

Azure refactor for async endpoints#425

Merged
squeakymouse merged 42 commits intomainfrom
katiewu/azure-async-endpoints
Feb 20, 2024
Merged

Azure refactor for async endpoints#425
squeakymouse merged 42 commits intomainfrom
katiewu/azure-async-endpoints

Conversation

@squeakymouse
Copy link
Copy Markdown
Contributor

Pull Request Summary

Azure support for a very limited subset of functionality; the only one needed right now is async endpoint creation and inference

Test Plan and Usage Guide

Deployed to an Azure test cluster

@squeakymouse squeakymouse requested a review from a team January 23, 2024 18:49
),
)
engine_url = client.get_secret(key_file).value
logger.info(f"Connecting to db {engine_url}")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this would expose password?

Copy link
Copy Markdown
Contributor

@yunfeng-scale yunfeng-scale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work!

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube_latest_amd64.deb
sudo dpkg -i minikube_latest_amd64.deb
minikube start --vm-driver=docker --kubernetes-version=v1.23.0 --memory=49152 --cpus=14
minikube start --vm-driver=docker --kubernetes-version=v1.27.7 --memory=49152 --cpus=14
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, would this require a cluster update for production clusters?

infra:
# cloud_provider [required]; either "aws" or "azure"
cloud_provider: aws
# k8s_cluster_name [required] is the name of the k8s cluster
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some of the config values seem to be only used with aws, like default_region, ml_account_id, s3_bucket, sqs stuff. not need to be done in this PR, but we should move them into aws config section

@squeakymouse squeakymouse enabled auto-merge (squash) February 20, 2024 17:07
@squeakymouse squeakymouse merged commit 4d0cd26 into main Feb 20, 2024
@squeakymouse squeakymouse deleted the katiewu/azure-async-endpoints branch February 20, 2024 17:27
@yunfeng-scale yunfeng-scale mentioned this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants