mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
## What this PR does To use the new VPC feature, users need to pass the subnet ID to the VMs they wish to launch in a given VPC/subnet. As the dashboard cannot compute the subnet ID in the same manner as the Helm template, a helper configmap is created, containing the details of the subnets attached to a given VPC. This configmap is queried by the dashboard frontend to render those details to the user. ### Release note ```release-note [vpc,dashboard] Expose subnet details to end-user in the dashboard. ``` Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
How to test packages local
cd packages/core/installer
make image-cozystack REGISTRY=YOUR_CUSTOM_REGISTRY
make apply
kubectl delete po -l app=source-controller -n cozy-fluxcd