Skip to content

Instantly share code, notes, and snippets.

@sparkoo
Created August 5, 2021 07:45
Show Gist options
  • Save sparkoo/27906d8ffec075f5a91734265835eae2 to your computer and use it in GitHub Desktop.
Save sparkoo/27906d8ffec075f5a91734265835eae2 to your computer and use it in GitHub Desktop.
nginx-ingress-controller
NGINX Ingress controller
Release: v0.44.0
Build: f802554ccfadf828f7eb6d3f9a9333686706d613
Repository: https://github.com/kubernetes/ingress-nginx
nginx version: nginx/1.19.6
-------------------------------------------------------------------------------
I0805 07:42:19.555899 8 flags.go:208] "Watching for Ingress" class="nginx"
W0805 07:42:19.555943 8 flags.go:213] Ingresses with an empty class will also be processed by this Ingress controller
W0805 07:42:19.556306 8 client_config.go:614] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work.
I0805 07:42:19.556472 8 main.go:241] "Creating API client" host="https://10.96.0.1:443"
I0805 07:42:19.572385 8 main.go:285] "Running in Kubernetes cluster" major="1" minor="21" git="v1.21.2" state="clean" commit="092fbfbf53427de67cac1e9fa54aaa09a28371d7" platform="linux/amd64"
I0805 07:42:19.636669 8 main.go:105] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
I0805 07:42:19.637565 8 main.go:115] "Enabling new Ingress features available since Kubernetes v1.18"
W0805 07:42:19.641319 8 main.go:127] No IngressClass resource with name nginx found. Only annotation will be used.
I0805 07:42:19.651783 8 ssl.go:532] "loading tls certificate" path="/usr/local/certificates/cert" key="/usr/local/certificates/key"
I0805 07:42:19.686437 8 nginx.go:254] "Starting NGINX Ingress controller"
I0805 07:42:19.690313 8 event.go:282] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"udp-services", UID:"c36ca4c6-3520-436f-94f4-948022ba803b", APIVersion:"v1", ResourceVersion:"348", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/udp-services
I0805 07:42:19.694762 8 event.go:282] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-nginx-controller", UID:"f2144920-c18f-4bff-8d33-130ccbe6b78b", APIVersion:"v1", ResourceVersion:"346", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-nginx-controller
I0805 07:42:19.701617 8 event.go:282] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"tcp-services", UID:"aaa1a91f-d0d9-4154-9325-df06506cc0be", APIVersion:"v1", ResourceVersion:"347", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/tcp-services
I0805 07:42:20.889493 8 nginx.go:296] "Starting NGINX process"
I0805 07:42:20.889587 8 leaderelection.go:243] attempting to acquire leader lease ingress-nginx/ingress-controller-leader-nginx...
I0805 07:42:20.892791 8 nginx.go:316] "Starting validation webhook" address=":8443" certPath="/usr/local/certificates/cert" keyPath="/usr/local/certificates/key"
I0805 07:42:20.893240 8 controller.go:146] "Configuration changes detected, backend reload required"
I0805 07:42:20.908935 8 leaderelection.go:253] successfully acquired lease ingress-nginx/ingress-controller-leader-nginx
I0805 07:42:20.909552 8 status.go:84] "New leader elected" identity="ingress-nginx-controller-59b45fb494-twbqs"
I0805 07:42:20.935338 8 status.go:201] "POD is not ready" pod="ingress-nginx/ingress-nginx-controller-59b45fb494-twbqs" node="minikube"
I0805 07:42:20.986039 8 controller.go:163] "Backend successfully reloaded"
I0805 07:42:20.986122 8 controller.go:174] "Initial sync, sleeping for 1 second"
I0805 07:42:20.986248 8 event.go:282] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-59b45fb494-twbqs", UID:"af009402-6a69-46f0-b52a-86a03667951d", APIVersion:"v1", ResourceVersion:"506", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
W0805 07:43:55.648745 8 controller.go:977] Service "che/oidc-example-app" does not have any active Endpoint.
I0805 07:43:55.689910 8 main.go:112] "successfully validated configuration, accepting" ingress="oidc-example-app/che"
I0805 07:43:55.696111 8 event.go:282] Event(v1.ObjectReference{Kind:"Ingress", Namespace:"che", Name:"oidc-example-app", UID:"9f2dea32-2824-483b-a6ea-74f42255ebda", APIVersion:"networking.k8s.io/v1beta1", ResourceVersion:"703", FieldPath:""}): type: 'Normal' reason: 'Sync' Scheduled for sync
W0805 07:43:58.952222 8 controller.go:977] Service "che/oidc-example-app" does not have any active Endpoint.
I0805 07:43:58.952294 8 controller.go:146] "Configuration changes detected, backend reload required"
I0805 07:43:59.023920 8 controller.go:163] "Backend successfully reloaded"
I0805 07:43:59.024585 8 event.go:282] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-nginx-controller-59b45fb494-twbqs", UID:"af009402-6a69-46f0-b52a-86a03667951d", APIVersion:"v1", ResourceVersion:"506", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
W0805 07:44:07.871882 8 controller.go:977] Service "che/oidc-example-app" does not have any active Endpoint.
I0805 07:44:20.947131 8 status.go:281] "updating Ingress status" namespace="che" ingress="oidc-example-app" currentValue=[] newValue=[{IP:192.168.39.3 Hostname: Ports:[]}]
W0805 07:44:20.962492 8 controller.go:977] Service "che/oidc-example-app" does not have any active Endpoint.
I0805 07:44:20.966528 8 event.go:282] Event(v1.ObjectReference{Kind:"Ingress", Namespace:"che", Name:"oidc-example-app", UID:"9f2dea32-2824-483b-a6ea-74f42255ebda", APIVersion:"networking.k8s.io/v1beta1", ResourceVersion:"742", FieldPath:""}): type: 'Normal' reason: 'Sync' Scheduled for sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment