open-horizon / anax

Horizon agent control system
https://open-horizon.github.io/docs/anax/docs/
Apache License 2.0
70 stars 99 forks source link

MMSinCluster: Add "mmsPVC" in the service definition #4052

Open LiilyZhang opened 2 months ago

LiilyZhang commented 2 months ago

In the service definition, add this section in the "clusterDeployment" to instruct agent about mms PVC creation:

"clusterDeployment": {
        "operatorYamlArchive": ""
        "mmsPVC": {
           "pvcSize": 10,  /* agent will configure mms PVC with 10Gi */
        }
}

If mmsPVC is not defined, agent will skip the creation of mms PVC