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 Jan 2, 2025
1 parent d27b4ff commit c8b59d3
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 c8b59d3

Please sign in to comment.