JohnTing created SUBMARINE-623:
----------------------------------
Summary: Experiment templates cannot use pure digital parameters
Key: SUBMARINE-623
URL: https://issues.apache.org/jira/browse/SUBMARINE-623
Project: Apache Submarine
Issue Type: Improvement
Components: experiment template
Reporter: JohnTing
Assignee: JohnTing
Fix For: 0.5.0
Now experiment templates cannot use pure digital parameters,
For example,
if the following "replicas", using {code:json}"{{Master.replicas}}"{code}, the
experiment will fail.
If the "replicas" uses {code:json}{{Master.replicas}}{code}, it will not be
parsed as json.
{code:json}
"spec": {
"Master": {
"replicas": 1,
"resources": "cpu=1,memory=1024M"
},
"Worker": {
"replicas": 1,
"resources": "cpu=1,memory=1024M"
}
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]