We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9ced0 commit e1572eaCopy full SHA for e1572ea
docs/sphinx/user-docs/cluster-configuration.rst
@@ -26,6 +26,7 @@ requirements for creating the Ray Cluster.
26
worker_memory_limits=2, # Default 2
27
# image="", # Optional Field
28
labels={"exampleLabel": "example", "secondLabel": "example"},
29
+ annotations={"key1":"value1", "key2":"value2"},
30
))
31
32
.. note::
0 commit comments