You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Script:
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
The text was updated successfully, but these errors were encountered: