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