Uploaded image for project: 'Apache Submarine'
  1. Apache Submarine
  2. SUBMARINE-548 [Umbrella] Predefined Experiment
  3. SUBMARINE-623

Experiment templates cannot use pure digital parameters

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              jotjohnting JohnTing
              jotjohnting JohnTing
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: