Xiujuan Xiang
Xiujuan Xiang
> @xiujuanx thanks for the PR. I'm not 100% sure I understand how this fixes the issue of the frontend port and backend port not being able to have different...
Hi @CecileRobertMichon , according to above discussion and understanding for `s.Cluster.Spec.ClusterNetwork.APIServerPort` and `config.Spec.InitConfiguration.LocalAPIEndpoint.BindPort`, I did below modifications for this PR: - Rename the previous `APIServerPort()` to be `APIServerFrontendPort()`. - For...
Hi @nawazkh , sorry for the long long ... delay!!!! I was stuck by other works before. I reproduce the issue @CecileRobertMichon showed above, the kubelet is in unhealthy status...
Look like this issue is still not be taken, so I will work on this issue, thanks! /assign
The `azuremanagedmachinepool_controller.go` had been moved to another path, you can check [here](https://github.com/kubernetes-sigs/cluster-api-provider-azure/commits/main/controllers/azuremanagedmachinepool_controller.go). Also I think [PR-3190](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/3190) is not related with managedMachinePool controller. @swastik959 , if I am wrong, pls correct...
For above I mentioned problems, I have fixed and [pr-3195](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/3195) is ready for reviewing: ``` === RUN TestAzureManagedMachinePoolReconcile === RUN TestAzureManagedMachinePoolReconcile/Reconcile_succeed === RUN TestAzureManagedMachinePoolReconcile/Reconcile_delete --- PASS: TestAzureManagedMachinePoolReconcile (0.01s) --- PASS:...
I would like to help on this issue. /assign xiujuanx
I would like to help on this issue. /assign xiujuanx
@wjun >There are two funcs: GetProvidersChecksum and saveProvidersChecksumToFile that calculate ytt related checksum and compare. Please update both funcs to exclude yttcc/yttcb. More details can be found in the jira....