Divyam

Results 12 comments of Divyam

@FxKu Yes the respawned pod is not elected as the leader and remains the replica, it happened when i drained the node where the Postgres was running, and when it...

Hi @yuvraj-vansure, Unfortunately, we couldn't resolve the Postgres Operator issue. We deployed a new instance and restored it from backup. This caused some downtime and data was restored successfully. Feel...

@FxKu, the problem persists. Despite restarting the PostgreSQL pod, it consistently runs as secondary even when there's only one pod. We attempted scaling it up to ensure at least one...

@FxKu is citus supported ?

I had the same issue i raised an MR with the fix https://github.com/stakater/Reloader/pull/540

> hi @chakri-nelluri had the same problem, hope this resolves it for you. > > ```terraform > resource "azurerm_private_endpoint" "private_endpoint" { > name = "${var.name}-pe" > location = var.location >...

@chakri-nelluri I got around the issue using providers ``` provider "azurerm" { subscription_id = var.external_subscription_of_dns_zone features {} alias = "externalsubs" skip_provider_registration = true } resource "azurerm_private_dns_zone_virtual_network_link" "link_private_dns" { name =...

@aparo Any updates on using the plugin with the helm chart?

@jensjohansen I was facing the same issue while syncing the latest version on Argocd , the fix for me was to remove the old CRD and then sync. Note on...