-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Lambda][k8s] k8s deployment guide on lambda cloud #3929
Conversation
…into lambda_k8s
examples/k8s_deploy/README.md
Outdated
@@ -0,0 +1,97 @@ | |||
# Deploying a Kubernetes cluster on Lambda in 1-click with SkyPilot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we rename the folder name to be something related to lambda?
Also, how about adding a hyperlink in our k8s docs to this README?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The guide should be cloud agnostic, so may be ok to keep a generic name. Added a link in our docs!
Adds a k8s deployment guide on lambda.
Increases lambda timeout to avoid premature failures.
Changes ray
--min-worker-port
to avoid conflicting with port 10010 required by containerd/k3s.Blocked on #3888.