az k8s-configuration flux create -k 'wait: false' #27747
Labels
Auto-Assign
Auto assign by bot
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Kubernetes Configuration
Service Attention
This issue is responsible by Azure service team.
Related command
az k8s-configuration flux create -k
https://learn.microsoft.com/de-de/cli/azure/k8s-configuration/flux?view=azure-cli-latest#az-k8s-configuration-flux-create-optional-parameters
Is your feature request related to a problem? Please describe.
Yes, because the kustomization won't finish reconcilation in case a sub-resource fails as the wait option is always
true
. This is a problem since we have multiple individual deployments within our repo that are synced with a single Kustomization. If any deployment fails, this impacts the reconcilation of all deployments.Describe the solution you'd like
I would like to set the value of
wait
tofalse
.Describe alternatives you've considered
We could create individual Kustomizations, but then they won't be part of our repository so a restore would be cumbersome. So the only alternative is not using the aks flux extension.
Additional context
The text was updated successfully, but these errors were encountered: