We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80218c3 commit ef02b38Copy full SHA for ef02b38
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