Replies: 1 comment 1 reply
-
This is a great feedback! Thanks a lot for letting us know @SchKng! We should make this possible. Just created an issue here to keep track of the development #5353. In the meantime, if you prefer, please feel free to join our slack at https://slack.skypilot.co, so we can make sure the potential supports fully support your use case. : ) |
Beta Was this translation helpful? Give feedback.
1 reply
No Sign up for free
to join this conversation on GitHub.
Already have an account?
No Sign in to comment
-
Hi all,
I'm currently setting up skypilot for our org. and I'm running into some limitations with the way kubernetes is handled at the
config.yaml
level.Our setup
Here's a summary of our setup:
sky local up
)Kubernetes contexts management
As for as I understand, kubernetes is handled as a single cloud through the
config.yaml
file.Each kubernetes cluster has to be added in the
allowed_contexts
of the kubernetes section of the config.I'm going to take the example of the autoscaling configuration to illustrate my point.
If I want to enable the autoscaling feature, I can only do it at the "kubernetes" level in the
config.yaml
deployed in the API server:Let's say I want to force a job / cluster to run on our EKS cluster (
--cloud k8s --region eks_context
).As it stands, given the previous config on the remote API server, it will try to use the GKE autoscaling feature to try to provision and fail.
Of course, I could override the configuration through the cli or through my local
config.yaml
(as specified here).However, as an admin of the whole thing, I'd like to be able to manage all this within the
config.yaml
of the remote API server, not hope that users don't forget changing or overriding the config !Benefits & design proposal
This could also have other benefits such as specifying a different service account / custom_metadata / ... for each k8s context, basically all of the kubernetes options offered in the
config.yaml
.A proposal could be to have something like:
Please let me know if I missed something or if there's another way to do that.
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions