Metadata schema (#10328)

* metadata

* Eric

Co-authored-by: Ameer Haj Ali <ameerhajali@Ameers-MacBook-Pro.local>
This commit is contained in:
Ameer Haj Ali
2020-08-27 01:43:03 +03:00
committed by GitHub
parent 29e8a664c4
commit 17c8c63e7e
+4
View File
@@ -248,6 +248,10 @@
"type": "boolean",
"description": "If enabled, file mounts will sync continously between the head node and the worker nodes. The nodes will not re-run setup commands if only the contents of the file mounts folders change."
},
"metadata": {
"type": "object",
"description": "Metadata field that can be used to store user-defined data in the cluster config. Ray does not interpret these fields."
},
"initialization_commands": {
"$ref": "#/definitions/commands",
"description": "List of commands that will be run before `setup_commands`. If docker is enabled, these commands will run outside the container and before docker is setup."