Skip to content
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

[Docs] K8s docs updates #4902

Merged
merged 1 commit into from
Mar 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/source/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -901,13 +901,13 @@ Default: ``10``.

Autoscaler type (optional).

Type of autoscaler to use.
Type of autoscaler used by the underlying Kubernetes cluster. Used to configure the GPU labels used by the pods submitted by SkyPilot.

Can be one of:

- ``gke``: Google Kubernetes Engine Autopilot
- ``eks``: Amazon EKS
- ``aks``: Azure Kubernetes Service
- ``gke``: Google Kubernetes Engine
- ``karpenter``: Karpenter
- ``generic``: Generic autoscaler, assumes nodes are labelled with ``skypilot.co/accelerator``.

.. _config-yaml-kubernetes-pod-config:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ FAQs

* **Can I use multiple Kubernetes clusters with SkyPilot?**

SkyPilot can work with multiple Kubernetes contexts set in your kubeconfig file. By default, SkyPilot will use the current active context. To use a different context, change your current context using :code:`kubectl config use-context <context-name>`.
SkyPilot can work with multiple Kubernetes contexts in your kubeconfig file by setting the ``allowed_contexts`` key in :code:`~/.sky/config.yaml`. See :ref:`multi-kubernetes`.

If you would like to use multiple contexts seamlessly during failover, check out the :code:`allowed_contexts` feature in :ref:`config-yaml`.
If ``allowed_contexts`` is not set, SkyPilot will use the current active context. To use a different context, change your current context using :code:`kubectl config use-context <context-name>`.

* **Are autoscaling Kubernetes clusters supported?**

Expand Down