Skip to content

Commit 22a24d8

Browse files
docs: update user docs with annotations parameter example
1 parent 2fc9488 commit 22a24d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/sphinx/user-docs/cluster-configuration.rst

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ requirements for creating the Ray Cluster.
2626
worker_memory_limits=2, # Default 2
2727
# image="", # Optional Field
2828
labels={"exampleLabel": "example", "secondLabel": "example"},
29+
annotations={"key1":"value1", "key2":"value2"},
2930
))
3031
3132
.. note::

0 commit comments

Comments
 (0)