Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster-config context deadline exceeded failure #21

Open
ardeshir opened this issue Dec 20, 2024 · 0 comments
Open

cluster-config context deadline exceeded failure #21

ardeshir opened this issue Dec 20, 2024 · 0 comments

Comments

@ardeshir
Copy link

Script:

$ az k8s-configuration flux create -g ${myResourceGroup} -c ${myClusterName} -n cluster-config --namespace cluster-config -t managedClusters --scope cluster -u https://github.com/Azure/gitops-flux2-kustomize-helm-mt --branch main --kustomization name=infra path=./infrastructure prune=true --kustomization name=apps path=./apps/staging prune=true dependsOn=\["infra"\] 

The demo gets stuck between context deadline exceeded and Running 'install'! Any idea how to fix this? I have deleted the flux2 twice and recreated it, same problem:

$kubectl get helmreleases -A
NAMESPACE NAME AGE READY STATUS
cluster-config nginx 5m16s False Helm install failed for release nginx/nginx-ingress-controller with chart [email protected]: context deadline exceeded
cluster-config redis 5m16s False Helm install failed for release redis/redis with chart [email protected]: context deadline exceeded

$ kubectl get helmreleases -A
NAMESPACE NAME AGE READY STATUS
cluster-config nginx 5m42s Unknown Running 'install' action with timeout of 5m0s
cluster-config redis 5m42s Unknown Running 'install' action with timeout of 5m0s

$ kubectl get kustomizations -A
NAMESPACE NAME AGE READY STATUS
cluster-config cluster-config-apps 7m57s False dependency 'cluster-config/cluster-config-infra' is not ready
cluster-config cluster-config-infra 7m57s Unknown Reconciliation in progress

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant