feat: shared PVC for Terraform storage across applications-rp and dyn…#11191
feat: shared PVC for Terraform storage across applications-rp and dyn…#11191vishwahiremat wants to merge 1 commit intofeatures/terraform-bicep-settingsfrom
Conversation
…amic-rp Signed-off-by: ytimocin <ytimocin@microsoft.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
This PR changes Terraform storage from pod-local
emptyDirvolumes to a sharedPersistentVolumeClaimwithReadWriteManyaccess mode. This enablesapplications-rpanddynamic-rpto share the same Terraform binaries installed viarad terraform install.Changes:
terraform-pvc.yamltemplate creating a shared PVC (terraform-storage)emptyDirWhy:
Previously, each RP had its own
emptyDirvolume, sorad terraform installonly affectedapplications-rp. With a shared PVC, both RPs can access the same installed Terraform binary.Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: