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 authored and openshift-merge-bot[bot] committed Jan 2, 2025
1 parent 2fc9488 commit 22a24d8
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 22a24d8

Please sign in to comment.