Skip to content

Commit

Permalink
docs: update user docs with annotations parameter example
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Dec 19, 2024
1 parent 343f6a4 commit 73274da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx/user-docs/cluster-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ requirements for creating the Ray Cluster.
worker_memory_limits=2, # Default 2
# image="", # Optional Field
labels={"exampleLabel": "example", "secondLabel": "example"},
annotations={"key1":"value1", "key2":"value2"},
))
.. note::
Expand Down

0 comments on commit 73274da

Please sign in to comment.