DEBUG Unable to find ingress-nginx Helm Release ...
# ask-ai
j
DEBUG Unable to find ingress-nginx Helm Release DEBUG Will only attempt to install Helm Release ingress-nginx INFO Starting Helm Chart installation of 'nginx/ingress-nginx' (version: 4.11.3) DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission" ServiceAccount DEBUG helm: Ignoring delete failure for "ingress-nginx-admission" /v1, Kind=ServiceAccount: serviceaccounts "ingress-nginx-admission" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission" ClusterRole DEBUG helm: Ignoring delete failure for "ingress-nginx-admission" rbac.authorization.k8s.io/v1, Kind=ClusterRole: clusterroles.rbac.authorization.k8s.io "ingress-nginx-admission" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission" ClusterRoleBinding DEBUG helm: Ignoring delete failure for "ingress-nginx-admission" rbac.authorization.k8s.io/v1, Kind=ClusterRoleBinding: clusterrolebindings.rbac.authorization.k8s.io "ingress-nginx-admission" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission" Role DEBUG helm: Ignoring delete failure for "ingress-nginx-admission" rbac.authorization.k8s.io/v1, Kind=Role: roles.rbac.authorization.k8s.io "ingress-nginx-admission" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission" RoleBinding DEBUG helm: Ignoring delete failure for "ingress-nginx-admission" rbac.authorization.k8s.io/v1, Kind=RoleBinding: rolebindings.rbac.authorization.k8s.io "ingress-nginx-admission" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Starting delete for "ingress-nginx-admission-create" Job DEBUG helm: Ignoring delete failure for "ingress-nginx-admission-create" batch/v1, Kind=Job: jobs.batch "ingress-nginx-admission-create" not found DEBUG helm: beginning wait for 1 resources to be deleted with timeout of 1h0m0s DEBUG helm: creating 1 resource(s) DEBUG helm: Watching for changes to Job ingress-nginx-admission-create with timeout of 1h0m0s DEBUG helm: Add/Modify event for ingress-nginx-admission-create: ADDED DEBUG helm: ingress-nginx-admission-create: Jobs active: 0, jobs failed: 0, jobs succeeded: 0 DEBUG helm: Add/Modify event for ingress-nginx-admission-create: MODIFIED DEBUG helm: ingress-nginx-admission-create: Jobs active: 1, jobs failed: 0, jobs succeeded: 0 ā–„ Installing 'nginx/ingress-nginx' (version: 4.11.3) Helm Chart (this may take several minutes) (24m31s) why i am stuck here ?
u
Based on the information provided, it seems like you're trying to install the
nginx/ingress-nginx
Helm chart and it's getting stuck. The logs show that the Helm chart is trying to delete certain resources before creating them, but it's not finding those resources, hence the "not found" messages. This could be due to a variety of reasons such as network issues, insufficient permissions, or issues with the Kubernetes cluster itself. Unfortunately, the provided knowledge sources do not contain a direct solution to this issue. However, here are a few general troubleshooting steps you could try: 1. Check the status of your Kubernetes cluster and make sure it's functioning correctly. 2. Ensure that you have the necessary permissions to create and delete resources in your Kubernetes cluster. 3. Try to manually delete the resources that Helm is having trouble with, if they exist. 4. Check if there are any network policies or security groups that might be blocking communication. If the issue persists, I would recommend reaching out to the Airbyte community or the maintainers of the
nginx/ingress-nginx
Helm chart for further assistance.