You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @moe-elkhidir, I'm going to actually mark this as an enhancement and not a bug because technically KCC is behaving as expected. It looks like the DenyMaintenancePeriod is a newer field that is not yet added in our CRD. In order to support this new field, we rely on Terraform adding it to their SQLInstance config. It looks like there is already an open issue here for it: hashicorp/terraform-provider-google#11287 . Feel free to chime in or 👍 that TF issue. Once the field is supported in TF, it should be a one or two week delay before it's added into KCC.
caieo
changed the title
Config-Connector doesn't support CloudSql instance denyMaintenancePeriods
Support denyMaintenancePeriod field in SQLInstance
Mar 31, 2022
Checklist
Bug Description
Exporting an imperative
SqlInstnace
resource using config-connector doesn't includeDenyMaintenanceWindow
in the yaml configuration outputAdditional Diagnostic Information
Kubernetes Cluster Version
Client Version: v1.22.4
Server Version: v1.21.9-gke.1002
Config Connector Version
1.71.0
Steps to Reproduce
Steps to reproduce the issue
SqlInstnace
using Cloud Console.DenyMaintenancePeriod
for the instance in the console.gcloud
CLI to describe the imperative instance and save it.Config-Connector
to export the instance to be declaratively imported.Kubectl
to import the instance to be declaratively managed.gcloud
CLI to describe the now declaratively-managd instance and save it.DenyMaintenancePeriods
to have been removed.The text was updated successfully, but these errors were encountered: