Skip to content

Commit

Permalink
Frigate helm config (#693)
Browse files Browse the repository at this point in the history
* Release 2023.3.1

* Add helm chart reference using Frigate

* Needs unreleased fixes

* Fix relative path
  • Loading branch information
jacobtomlinson committed Mar 30, 2023
1 parent 674d8bb commit 551a4af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ sphinx
sphinx-reredirects
sphinxcontrib-mermaid
dask-sphinx-theme>=3.0.0
# Required until frigate==0.7.0 is released
git+https://github.com/rapidsai/frigate.git@branch-0.7
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"numpydoc",
"sphinx_reredirects",
"sphinxcontrib.mermaid",
"frigate.sphinx.ext",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
5 changes: 5 additions & 0 deletions doc/source/operator_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ If you're using the official Dask images you can install this at runtime.
from dask_kubernetes.operator import KubeCluster
cluster = KubeCluster(name="monitored", env={"EXTRA_PIP_PACKAGES": "prometheus_client"})
Chart Configuration Reference
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. frigate:: ../../dask_kubernetes/operator/deployment/helm/dask-kubernetes-operator

Installing with Manifests
-------------------------

Expand Down

0 comments on commit 551a4af

Please sign in to comment.