ma-gokbas opened a new issue, #2093:
URL: https://github.com/apache/apisix-ingress-controller/issues/2093
### Current Behavior
apisix-gateway port 443 can't listening
### Expected Behavior
kubectl get svc -n apisix
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
AGE
apisix-admin ClusterIP 10.0.155.67 <none>
9180/TCP 23m
apisix-dashboard ClusterIP 10.0.217.115 <none> 80/TCP
23m
apisix-etcd ClusterIP 10.0.237.167 <none>
2379/TCP,2380/TCP 23m
apisix-etcd-headless ClusterIP None <none>
2379/TCP,2380/TCP 23m
apisix-gateway NodePort 10.0.39.237 <none>
80:30693/TCP 23m
apisix-ingress-controller ClusterIP 10.0.217.232 <none> 80/TCP
23m
### Error Logs
warn api/server.go:76 failed to load x509 key pair, will not start
admission server {"Error": "open /etc/webhook/certs/cert.pem: no such file or
directory", "CertFilePath": "/etc/webhook/certs/cert.pem", "KeyFilePath":
"/etc/webhook/certs/key.pem"}
### Steps to Reproduce
helm install apisix apisix/apisix --create-namespace --namespace apisix
--set dashboard.enabled=true --set ingress-controller.enabled=true --set
gateway.tls.enabled=true --set
ingress-controller.config.apisix.serviceNamespace=apisix
### Environment
apisix 3.6.0
kubectl version
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.26.6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]