SQL version: SQL 2019 CTP
3 node sql cluster on Kubernetes
Microsoft link followed is https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-kubernetes-deploy?view=sqlallproducts-allversions
expected behaviour: after automatic failover (after killing one of the pod), it should create new pod with sql server instance and SSMS shows cluster heathy all database should be in sync
problem: after killing pod, pod is getting created as expected, but database are not synchronizing after automatic failover. They are getting joined to availability group. If I login to pod through SSMS and join it , it failed at "update object explorer failed" . This is random on any of the secondary nodes.
I have checked the disk space and /var/opt/mssql is only 17 % reached