-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Installation helm chart failed with "error getting secret" #10717
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please see another log for command kubectl logs 'ingress-nginx-admission-create-wpfmj' -n 'pcc' W1202 11:10:06.761214 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. kubectl describe pod -n pqn ingress-nginx-admission-create-wpfmj Annotations: QoS Class: BestEffort Events: Normal Scheduled 3m12s default-scheduler Successfully assigned pcc/ingress-nginx-admission-create-wpfmj to aks-system- Normal Scheduled 3m12s default-scheduler Successfully assigned pcc/ingress-nginx-admission-create-wpfmj to aks-system-15906107-vmss000002 |
/remove-kind bug Hi, please check the questions that are asked in a new issue template and edit your issue description by providing thise answers. It helps to get some actionable comments. Kindly format your issue description as markdown so the info is readable /triage needs-information |
/assign @longwuyuan |
We are tying to deploy Nginx ingress opensource version on AKS cluster using Helm chart.
I got below log using kubectl logs 'ingress-nginx-admission-create-wpfmj' -n 'pqn'
We are getting below error:
W1202 11:10:06.761214 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
{"err":"Get "https://10.236.0.1:443/api/v1/namespaces/pcc/secrets/ingress-nginx-admission\": dial tcp 10.236.0.1:443: i/o timeout","level":"fatal","msg":"error getting secret","source":"k8s/k8s.go:232","time":"2023-12-02T11:10:36Z"}
However I am able to deployNginx ingress on dev environment but failing for test environment with above error
Could you please let us know what could be the issue?
The text was updated successfully, but these errors were encountered: