Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Now experiment templates cannot use pure digital parameters,
For example,
if the following "replicas", using
"{{Master.replicas}}"
, the experiment will fail.
If the "replicas" uses
{{Master.replicas}}
, it will not be parsed as json.
"spec": { "Master": { "replicas": 1, "resources": "cpu=1,memory=1024M" }, "Worker": { "replicas": 1, "resources": "cpu=1,memory=1024M" } }
Attachments
Issue Links
- links to