Jack Francis

Results 586 comments of Jack Francis

I agree with @sbueringer that the output above simply looks like the webhooks were unavailable at that time. That said, in terms of idempotency, defaulting webhooks are capable of mutating...

@dtzar something like this might work: https://github.com/kubernetes-sigs/cluster-api/pull/8750 I'm not familiar enough with the mutating admission webhook flows, but this would depend upon our being able to serialize things in this...

@marseel @mborsz @mm4tt @wojtek-t after much iteration this clusterloader2 100 node test configuration works reliably against CAPZ-built Azure clusters running the latest k8s bits. We'd love to contribute this additional...

Should the credential provider yaml be downloaded at runtime? Or can we put it into the reference OS image?

cc @mboersma @lzhecheng Thanks! Does OOT credital provider work with versions of k8s < 1.29? If so can we backport these files into each cloud-provider-azure release branch: https://github.com/kubernetes-sigs/cloud-provider-azure/blob/master/examples/out-of-tree/credential-provider-config.yaml As far...

From the documentation is looks like the coverage we're missing is changing from no AADProfile to having an AADProfile. Other CRUD mutations don't seem to be supported. Ref: - https://learn.microsoft.com/en-us/azure/aks/managed-azure-ad#limitations

@matthchr why doesn't the pod come up cleanly if --crd-pattern is empty?

My intuition says: 1) Update the controller so "empty --crd-pattern" + "no existing CRDs" doesn't exit non-zero. Strictly from a runtime perspective, a continual reconciler with no work to do...