
Added support for following phases in CAPG provider clusterctl-init-ephemeral controlplane-ephemeral initinfra-target clusterctl-init-target clusterctl-move workers-target Added support for deploying calico CNI for CAPG through initinfra-target phase Relates-To: #425 Change-Id: I91b29e561444d82d33802157eba5a1d94b25ba04
19 lines
390 B
JSON
19 lines
390 B
JSON
[{
|
|
"op": "replace",
|
|
"path": "/init-options/infrastructure-providers",
|
|
"value": ["gcp:v0.3.0"]
|
|
},
|
|
{
|
|
"op": "replace",
|
|
"path": "/providers/0",
|
|
"value": {
|
|
"name": "gcp",
|
|
"type": "InfrastructureProvider",
|
|
"variable-substitution": true,
|
|
"versions": {
|
|
"v0.3.0": "airshipctl/manifests/function/capg/v0.3.0"
|
|
}
|
|
}
|
|
}
|
|
]
|