Alper Rifat Ulucinar

Results 62 comments of Alper Rifat Ulucinar

We've rolled out SSA patching while updating the resolved `subnetId` references in the `spec.forProvider.vpcConfig[]` object list in order to address https://github.com/upbound/provider-aws/issues/975 with [`upbound/[email protected]`](https://github.com/upbound/provider-aws/releases/tag/v0.47.0). Also validated the fix with the [P&T...

> I have couple of comments but it's quite hard to know whether they are doable or not without seeing the approach taken, which your planned one pager should help...

I had a similar issue with the CloudFront Distribution resource. AWS does not allow you to delete a Distribution if it's enabled. If the managed resource is deleted while its...

I was able to successfully provision an AKS cluster using the `AKSCluster` MR when I used a different name for the MR: instead of the failing name `example-akscluster`, I used...

After waiting for some time and retrying with the failing name of `example-akscluster`, it has also succeeded.

Hi @MMerzinger, Yes, [`provider-jet-azure`](https://github.com/crossplane-contrib/provider-jet-azure) supports all three cases out of the box: - https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-azure/containerservice.azure.jet.crossplane.io/KubernetesCluster/[email protected]#spec-forProvider-identity - https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-azure/containerservice.azure.jet.crossplane.io/KubernetesCluster/[email protected]#spec-forProvider-servicePrincipal

Hi @sergenyalcin, Thank you for opening the issue. It might be helpful to add links to the actual code in the description. We may also consider mentioning other MRs that...

Hi @jbw976, My current understanding regarding these issues is as follows: - #164 asks for supporting authentication via [Azure Managed Identities](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview) (formerly known as Managed Service Identities (MSI)) in `provider-azure`....

Hi @praveenghuge, Thank you for opening this PR. Are you planning to continue working on this or should we plan a hand over?