3 Commits

Author SHA1 Message Date
  Christopher Cooper 7a388e562c Merge branch 'consolidation-docs' of github.com:skypilot-org/skypilot into consolidation-docs 1 day ago
  Zhanghao Wu a4d2e4a912 update the diagram 1 day ago
  Christopher Cooper ca1e11e88e move code block inside note 1 day ago
2 changed files with 51 additions and 8 deletions
Split View
  1. +7
    -7
      docs/source/examples/managed-jobs.rst
  2. +44
    -1
      docs/source/images/jobs-consolidation-mode.svg

+ 7
- 7
docs/source/examples/managed-jobs.rst View File

@@ -753,14 +753,14 @@ To enable the consolidated deployment, set :ref:`consolidation_mode <config-yaml
.. note::
You must **restart the API server** after making this change for it to take effect.

.. code-block:: bash
.. code-block:: bash

# Update NAMESPACE / RELEASE_NAME if you are using custom values.
NAMESPACE=skypilot
RELEASE_NAME=skypilot
# Restart the API server to pick up the config change
kubectl -n $NAMESPACE rollout restart deployment $RELEASE_NAME-api-server
# Update NAMESPACE / RELEASE_NAME if you are using custom values.
NAMESPACE=skypilot
RELEASE_NAME=skypilot
# Restart the API server to pick up the config change
kubectl -n $NAMESPACE rollout restart deployment $RELEASE_NAME-api-server

See :ref:`more about the Kubernetes upgrade strategy of the API server <sky-api-server-graceful-upgrade>`.
See :ref:`more about the Kubernetes upgrade strategy of the API server <sky-api-server-graceful-upgrade>`.

The jobs controller will use a bit of overhead - it reserves an extra 2GB of memory for itself, which may reduce the amount of requests your API server can handle. To counteract, you can increase the amount of CPU and memory allocated to the API server: See :ref:`sky-api-server-resources-tuning`.

+ 44
- 1
docs/source/images/jobs-consolidation-mode.svg
File diff suppressed because it is too large
View File


Loading…
Cancel
Save
Baidu
map