Reza Farrahi M

Results 11 comments of Reza Farrahi M

Please note that when at first we upgraded to k8s 1.19, we used the AMI version v20210329, and we had a lot of node NotReady issues. Based on this comment...

We have started the roll out to 1.19-v20211206 base on the suggestion from @mmerkes

I have a similar issue with the readiness probe. The workaround has been to delete the mysql-operator pod. Any advise? The mysql operator is on 0.3.8. Thanks

This could be a bug related to this delete table when it assumes the file does not exists while the file actually exists: https://github.com/bitpoke/mysql-operator/blob/18a6031621733203b43374b835eaa2fe59d35795/pkg/sidecar/appconf.go#L201-L205 I was able to make the...

As a workaround, the suggestion to disable monitoring add-on for the cluster helped: `az aks disable-addons -a monitoring --resource-group clusterresourcegroup --name clustername` (from here: https://github.com/Azure/AKS/issues/1380). However, still it would be...