aron-ac commented on issue #6987:
URL: https://github.com/apache/cloudstack/issues/6987#issuecomment-1364064503
@davidjumani sure see below, I don't think this is an nginx issue though, as
the same problem occurs with a traefik ingress controller, and auto scale
doesn't work properly. im fairly confident this is an issue with kubeadmin for
projects
```
kubectl logs nginx-ingress-ingress-nginx-controller-5b8c45b6f6-5lx8g -n
default
-------------------------------------------------------------------------------
NGINX Ingress controller
Release: v1.5.1
Build: d003aae913cc25f375deb74f898c7f3c65c06f05
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.21.6
-------------------------------------------------------------------------------
W1223 15:49:48.515225 8 client_config.go:617] Neither --kubeconfig nor
--master was specified. Using the inClusterConfig. This might not work.
I1223 15:49:48.515472 8 main.go:209] "Creating API client"
host="https://10.96.0.1:443"
I1223 15:49:48.563849 8 main.go:253] "Running in Kubernetes cluster"
major="1" minor="24" git="v1.24.0" state="clean"
commit="4ce5a8954017644c5420bae81d72b09b735c21f0" platform="linux/amd64"
I1223 15:49:48.875095 8 main.go:104] "SSL fake certificate created"
file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I1223 15:49:48.930114 8 ssl.go:533] "loading tls certificate"
path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I1223 15:49:49.016798 8 nginx.go:260] "Starting NGINX Ingress
controller"
I1223 15:49:49.049958 8 event.go:285]
Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"default",
Name:"nginx-ingress-ingress-nginx-controller",
UID:"5fc64c71-e757-4636-a641-b3b5a6cd872e", APIVersion:"v1",
ResourceVersion:"985", FieldPath:""}): type: 'Normal' reason: 'CREATE'
ConfigMap default/nginx-ingress-ingress-nginx-controller
I1223 15:49:50.219486 8 nginx.go:303] "Starting NGINX process"
I1223 15:49:50.220052 8 leaderelection.go:248] attempting to acquire
leader lease default/nginx-ingress-ingress-nginx-leader...
I1223 15:49:50.221934 8 nginx.go:323] "Starting validation webhook"
address=":8443" certPath="/usr/local/certificates/cert"
keyPath="/usr/local/certificates/key"
I1223 15:49:50.222420 8 controller.go:168] "Configuration changes
detected, backend reload required"
I1223 15:49:50.243757 8 leaderelection.go:258] successfully acquired
lease default/nginx-ingress-ingress-nginx-leader
I1223 15:49:50.244193 8 status.go:84] "New leader elected"
identity="nginx-ingress-ingress-nginx-controller-5b8c45b6f6-5lx8g"
I1223 15:49:50.340986 8 controller.go:185] "Backend successfully
reloaded"
I1223 15:49:50.341116 8 controller.go:196] "Initial sync, sleeping for
1 second"
I1223 15:49:50.341630 8 event.go:285]
Event(v1.ObjectReference{Kind:"Pod", Namespace:"default",
Name:"nginx-ingress-ingress-nginx-controller-5b8c45b6f6-5lx8g",
UID:"6d660be6-c951-4420-a534-9043058bcd5f", APIVersion:"v1",
ResourceVersion:"1015", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX
reload triggered due to a change in configuration
```
--
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]