David Tesar
David Tesar
/reopen I think it's still worth keeping open as the team considers the design of where CRDs are placed.
[CNI Overlay was supported in 1.14](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4522), but removal of NPM is a az aks preview feature which could work by itself. However, as you call out you would need the...
We are moving this feature out of experimental in the 1.16 release today and long-term the idea is that we would switch this to be the default. The reasoning behind...
We install certmanager separately and have a sleep hook which checks to make sure it is available before the install. Then we've tried various ways (raw manifest YAML and helm-chart)...
It seems that for some reason the namespace are getting deleted, but I can't understand from where. From ArgoCD UI: ``` apiVersion: v1 kind: Namespace metadata: annotations: argocd.argoproj.io/sync-options: Prune=false argocd.argoproj.io/tracking-id:...
When ArgoCD deploys the raw YAML from this: ``` helm template capi-operator capi-operator/cluster-api-operator --create-namespace -n capi-operator-system \ --set core="cluster-api:v1.7.4" ``` It works (doesn't auto-delete) with one minor error message (but...
I updated the [RAW YAML output](https://github.com/Azure-Samples/aks-platform-engineering/blob/capzargocd/gitops/bootstrap/control-plane/temp/capi-operator.yaml) to 0.12.0 release. This was generated from ` helm template capi-operator capi-operator/cluster-api-operator --create-namespace -n capi-operator-system --set infrastructure="azure:v1.16.0" --set addon="helm:v0.2.4" --set core="cluster-api:v1.7.4" --set manager.featureGates.core.MachinePool="true" --set...
Just tested this again with the latest CAPI-Operator release and latest version of ArgoCD. The pre-sync hook still stalls indefinitely, so I must terminate the sync to make the cluster...
Removed the sleep sync hook, tweaked cert-manager to be before all the other apps, and added the `delete=false` annotation to the namespaces [see changes here](https://github.com/Azure-Samples/aks-platform-engineering/compare/capzargocd...capzargocdnohook?expand=1). CAPI-Operator unfortunately fails due to...
No problem - making sure people know how to use CNI v1 (and knowing it works) is more important 😃