github.com/verrazzano/verrazzano@v1.7.1/tools/vz/pkg/internal/test/cluster/ingress-invalid-shape/cluster-snapshot/verrazzano-ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb/logs.txt (about)

     1  # Copyright (c) 2023, 2024, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  ==== START logs for container istio-init of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====
     5  2022-06-03T03:38:26.637360Z	info	Istio iptables environment:
     6  ENVOY_PORT=
     7  INBOUND_CAPTURE_PORT=
     8  ISTIO_INBOUND_INTERCEPTION_MODE=
     9  ISTIO_INBOUND_TPROXY_ROUTE_TABLE=
    10  ISTIO_INBOUND_PORTS=
    11  ISTIO_OUTBOUND_PORTS=
    12  ISTIO_LOCAL_EXCLUDE_PORTS=
    13  ISTIO_EXCLUDE_INTERFACES=
    14  ISTIO_SERVICE_CIDR=
    15  ISTIO_SERVICE_EXCLUDE_CIDR=
    16  ISTIO_META_DNS_CAPTURE=
    17  INVALID_DROP=
    18  
    19  2022-06-03T03:38:26.637407Z	info	Istio iptables variables:
    20  PROXY_PORT=15001
    21  PROXY_INBOUND_CAPTURE_PORT=15006
    22  PROXY_TUNNEL_PORT=15008
    23  PROXY_UID=1337
    24  PROXY_GID=1337
    25  INBOUND_INTERCEPTION_MODE=REDIRECT
    26  INBOUND_TPROXY_MARK=1337
    27  INBOUND_TPROXY_ROUTE_TABLE=133
    28  INBOUND_PORTS_INCLUDE=
    29  INBOUND_PORTS_EXCLUDE=15090,15021,80,443,15020
    30  OUTBOUND_IP_RANGES_INCLUDE=*
    31  OUTBOUND_IP_RANGES_EXCLUDE=
    32  OUTBOUND_PORTS_INCLUDE=
    33  OUTBOUND_PORTS_EXCLUDE=
    34  KUBE_VIRT_INTERFACES=
    35  ENABLE_INBOUND_IPV6=false
    36  DNS_CAPTURE=false
    37  DROP_INVALID=false
    38  CAPTURE_ALL_DNS=false
    39  DNS_SERVERS=[],[]
    40  OUTPUT_PATH=
    41  NETWORK_NAMESPACE=
    42  CNI_MODE=false
    43  EXCLUDE_INTERFACES=
    44  
    45  2022-06-03T03:38:26.637722Z	info	Writing following contents to rules file: /tmp/iptables-rules-1654227506637477965.txt1636380044
    46  * nat
    47  -N ISTIO_INBOUND
    48  -N ISTIO_REDIRECT
    49  -N ISTIO_IN_REDIRECT
    50  -N ISTIO_OUTPUT
    51  -A ISTIO_INBOUND -p tcp --dport 15008 -j RETURN
    52  -A ISTIO_REDIRECT -p tcp -j REDIRECT --to-ports 15001
    53  -A ISTIO_IN_REDIRECT -p tcp -j REDIRECT --to-ports 15006
    54  -A OUTPUT -p tcp -j ISTIO_OUTPUT
    55  -A ISTIO_OUTPUT -o lo -s REDACTED-IP4-ADDRESS/32 -j RETURN
    56  -A ISTIO_OUTPUT -o lo ! -d REDACTED-IP4-ADDRESS/32 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    57  -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1337 -j RETURN
    58  -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    59  -A ISTIO_OUTPUT -o lo ! -d REDACTED-IP4-ADDRESS/32 -m owner --gid-owner 1337 -j ISTIO_IN_REDIRECT
    60  -A ISTIO_OUTPUT -o lo -m owner ! --gid-owner 1337 -j RETURN
    61  -A ISTIO_OUTPUT -m owner --gid-owner 1337 -j RETURN
    62  -A ISTIO_OUTPUT -d REDACTED-IP4-ADDRESS/32 -j RETURN
    63  -A ISTIO_OUTPUT -j ISTIO_REDIRECT
    64  COMMIT
    65  2022-06-03T03:38:26.637771Z	info	Running command: iptables-restore --noflush /tmp/iptables-rules-1654227506637477965.txt1636380044
    66  2022-06-03T03:38:26.652459Z	info	Writing following contents to rules file: /tmp/ip6tables-rules-1654227506652403889.txt4256411082
    67  
    68  2022-06-03T03:38:26.652498Z	info	Running command: ip6tables-restore --noflush /tmp/ip6tables-rules-1654227506652403889.txt4256411082
    69  2022-06-03T03:38:26.661023Z	info	Running command: iptables-save 
    70  2022-06-03T03:38:26.669816Z	info	Command output: 
    71  # Generated by iptables-save v1.4.21 on Fri Jun  3 03:38:26 2022
    72  *nat
    73  :PREROUTING ACCEPT [0:0]
    74  :INPUT ACCEPT [0:0]
    75  :OUTPUT ACCEPT [0:0]
    76  :POSTROUTING ACCEPT [0:0]
    77  :ISTIO_INBOUND - [0:0]
    78  :ISTIO_IN_REDIRECT - [0:0]
    79  :ISTIO_OUTPUT - [0:0]
    80  :ISTIO_REDIRECT - [0:0]
    81  -A OUTPUT -p tcp -j ISTIO_OUTPUT
    82  -A ISTIO_INBOUND -p tcp -m tcp --dport 15008 -j RETURN
    83  -A ISTIO_IN_REDIRECT -p tcp -j REDIRECT --to-ports 15006
    84  -A ISTIO_OUTPUT -s REDACTED-IP4-ADDRESS/32 -o lo -j RETURN
    85  -A ISTIO_OUTPUT ! -d REDACTED-IP4-ADDRESS/32 -o lo -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT
    86  -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1337 -j RETURN
    87  -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN
    88  -A ISTIO_OUTPUT ! -d REDACTED-IP4-ADDRESS/32 -o lo -m owner --gid-owner 1337 -j ISTIO_IN_REDIRECT
    89  -A ISTIO_OUTPUT -o lo -m owner ! --gid-owner 1337 -j RETURN
    90  -A ISTIO_OUTPUT -m owner --gid-owner 1337 -j RETURN
    91  -A ISTIO_OUTPUT -d REDACTED-IP4-ADDRESS/32 -j RETURN
    92  -A ISTIO_OUTPUT -j ISTIO_REDIRECT
    93  -A ISTIO_REDIRECT -p tcp -j REDIRECT --to-ports 15001
    94  COMMIT
    95  # Completed on Fri Jun  3 03:38:26 2022
    96  
    97  ==== END logs for container istio-init of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====
    98  ==== START logs for container controller of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====
    99  -------------------------------------------------------------------------------
   100  NGINX Ingress controller
   101    Release:       1.1.1-20220413170248-b60724ed1
   102    Build:         git-b60724ed1
   103    Repository:    https://github.com/verrazzano/ingress-nginx.git
   104    nginx version: nginx/1.19.9
   105  
   106  -------------------------------------------------------------------------------
   107  
   108  W0603 03:38:27.866646       7 client_config.go:615] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
   109  I0603 03:38:27.866915       7 main.go:223] "Creating API client" host="https://REDACTED-IP4-ADDRESS:443"
   110  W0603 03:38:30.582293       7 main.go:264] Initial connection to the Kubernetes API server was retried 2 times.
   111  I0603 03:38:30.582348       7 main.go:267] "Running in Kubernetes cluster" major="1" minor="22" git="v1.22.5" state="clean" commit="c999fea1e6dbf111d64000dfaaff45edaa4c34d2" platform="linux/amd64"
   112  I0603 03:38:30.591413       7 main.go:86] "Valid default backend" service="ingress-nginx/ingress-controller-ingress-nginx-defaultbackend"
   113  I0603 03:38:30.868880       7 main.go:104] "SSL fake certificate created" file="/etc/ingress-controller/ssl/default-fake-certificate.pem"
   114  I0603 03:38:31.137628       7 nginx.go:255] "Starting NGINX Ingress controller"
   115  I0603 03:38:31.209338       7 event.go:282] Event(v1.ObjectReference{Kind:"ConfigMap", Namespace:"ingress-nginx", Name:"ingress-controller-ingress-nginx-controller", UID:"a1a9a279-b20b-4253-882d-b12b78778e41", APIVersion:"v1", ResourceVersion:"11145851", FieldPath:""}): type: 'Normal' reason: 'CREATE' ConfigMap ingress-nginx/ingress-controller-ingress-nginx-controller
   116  I0603 03:38:32.339299       7 nginx.go:297] "Starting NGINX process"
   117  I0603 03:38:32.339393       7 leaderelection.go:248] attempting to acquire leader lease ingress-nginx/ingress-controller-leader...
   118  I0603 03:38:32.340302       7 controller.go:155] "Configuration changes detected, backend reload required"
   119  I0603 03:38:32.366168       7 leaderelection.go:258] successfully acquired lease ingress-nginx/ingress-controller-leader
   120  I0603 03:38:32.366293       7 status.go:84] "New leader elected" identity="ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb"
   121  I0603 03:38:32.424602       7 controller.go:172] "Backend successfully reloaded"
   122  I0603 03:38:32.424680       7 controller.go:183] "Initial sync, sleeping for 1 second"
   123  I0603 03:38:32.424742       7 event.go:282] Event(v1.ObjectReference{Kind:"Pod", Namespace:"ingress-nginx", Name:"ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb", UID:"0e2c27a5-bf97-47eb-ba4a-9bf83da7df58", APIVersion:"v1", ResourceVersion:"11145975", FieldPath:""}): type: 'Normal' reason: 'RELOAD' NGINX reload triggered due to a change in configuration
   124  ==== END logs for container controller of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====
   125  ==== START logs for container istio-proxy of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====
   126  2022-06-03T03:38:28.098160Z	info	FLAG: --concurrency="2"
   127  2022-06-03T03:38:28.098195Z	info	FLAG: --domain="ingress-nginx.svc.cluster.local"
   128  2022-06-03T03:38:28.098203Z	info	FLAG: --help="false"
   129  2022-06-03T03:38:28.098207Z	info	FLAG: --log_as_json="false"
   130  2022-06-03T03:38:28.098211Z	info	FLAG: --log_caller=""
   131  2022-06-03T03:38:28.098249Z	info	FLAG: --log_output_level="default:info"
   132  2022-06-03T03:38:28.098256Z	info	FLAG: --log_rotate=""
   133  2022-06-03T03:38:28.098262Z	info	FLAG: --log_rotate_max_age="30"
   134  2022-06-03T03:38:28.098266Z	info	FLAG: --log_rotate_max_backups="1000"
   135  2022-06-03T03:38:28.098270Z	info	FLAG: --log_rotate_max_size="104857600"
   136  2022-06-03T03:38:28.098274Z	info	FLAG: --log_stacktrace_level="default:none"
   137  2022-06-03T03:38:28.098283Z	info	FLAG: --log_target="[stdout]"
   138  2022-06-03T03:38:28.098290Z	info	FLAG: --meshConfig="./etc/istio/config/mesh"
   139  2022-06-03T03:38:28.098293Z	info	FLAG: --outlierLogPath=""
   140  2022-06-03T03:38:28.098297Z	info	FLAG: --proxyComponentLogLevel="misc:error"
   141  2022-06-03T03:38:28.098300Z	info	FLAG: --proxyLogLevel="warning"
   142  2022-06-03T03:38:28.098304Z	info	FLAG: --serviceCluster="istio-proxy"
   143  2022-06-03T03:38:28.098307Z	info	FLAG: --stsPort="0"
   144  2022-06-03T03:38:28.098311Z	info	FLAG: --templateFile=""
   145  2022-06-03T03:38:28.098315Z	info	FLAG: --tokenManagerPlugin="GoogleTokenExchange"
   146  2022-06-03T03:38:28.098330Z	info	FLAG: --vklog="0"
   147  2022-06-03T03:38:28.098336Z	info	Version 1.13.2-f84f69d1028e874d568f2942c5bab5271fcdeda7-Clean
   148  2022-06-03T03:38:28.098772Z	info	Proxy role	ips=[REDACTED-IP4-ADDRESS fe80::8886:88ff:fea3:9fca] type=sidecar id=ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb.ingress-nginx domain=ingress-nginx.svc.cluster.local
   149  2022-06-03T03:38:28.098886Z	info	Apply proxy config from env {}
   150  
   151  2022-06-03T03:38:28.100312Z	info	Effective config: binaryPath: /usr/local/bin/envoy
   152  concurrency: 2
   153  configPath: ./etc/istio/proxy
   154  controlPlaneAuthPolicy: MUTUAL_TLS
   155  discoveryAddress: istiod.istio-system.svc:15012
   156  drainDuration: 45s
   157  parentShutdownDuration: 60s
   158  proxyAdminPort: 15000
   159  serviceCluster: istio-proxy
   160  statNameLength: 189
   161  statusPort: 15020
   162  terminationDrainDuration: 5s
   163  tracing:
   164    zipkin:
   165      address: zipkin.istio-system:9411
   166  
   167  2022-06-03T03:38:28.100339Z	info	JWT policy is third-party-jwt
   168  2022-06-03T03:38:28.123083Z	info	CA Endpoint istiod.istio-system.svc:15012, provider Citadel
   169  2022-06-03T03:38:28.123169Z	info	Using CA istiod.istio-system.svc:15012 cert with certs: var/run/secrets/istio/root-cert.pem
   170  2022-06-03T03:38:28.123169Z	info	Opening status port 15020
   171  2022-06-03T03:38:28.123302Z	info	citadelclient	Citadel client using custom root cert: var/run/secrets/istio/root-cert.pem
   172  2022-06-03T03:38:28.146466Z	info	ads	All caches have been synced up in 52.779968ms, marking server ready
   173  2022-06-03T03:38:28.147008Z	info	sds	SDS server for workload certificates started, listening on "etc/istio/proxy/SDS"
   174  2022-06-03T03:38:28.147052Z	info	xdsproxy	Initializing with upstream address "istiod.istio-system.svc:15012" and cluster "Kubernetes"
   175  2022-06-03T03:38:28.147126Z	info	sds	Starting SDS grpc server
   176  2022-06-03T03:38:28.147767Z	info	starting Http service at REDACTED-IP4-ADDRESS:15004
   177  2022-06-03T03:38:28.149930Z	info	Pilot SAN: [istiod.istio-system.svc]
   178  2022-06-03T03:38:28.152099Z	info	Starting proxy agent
   179  2022-06-03T03:38:28.152179Z	info	Epoch 0 starting
   180  2022-06-03T03:38:28.152203Z	info	Envoy command: [-c etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --drain-strategy immediate --parent-shutdown-time-s 60 --local-address-ip-version v4 --file-flush-interval-msec 1000 --disable-hot-restart --log-format %Y-%m-%dT%T.%fZ	%l	envoy %n	%v -l warning --component-log-level misc:error --concurrency 2]
   181  2022-06-03T03:38:28.371857Z	info	cache	generated new workload certificate	latency=224.968646ms ttl=23h59m59.628169318s
   182  2022-06-03T03:38:28.371917Z	info	cache	Root cert has changed, start rotating root cert
   183  2022-06-03T03:38:28.371942Z	info	ads	XDS: Incremental Pushing:0 ConnectedEndpoints:0 Version:
   184  2022-06-03T03:38:28.372018Z	info	cache	returned workload trust anchor from cache	ttl=23h59m59.627985471s
   185  2022-06-03T03:38:28.862348Z	info	xdsproxy	connected to upstream XDS server: istiod.istio-system.svc:15012
   186  2022-06-03T03:38:29.143448Z	info	ads	ADS: new connection for node:ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb.ingress-nginx-1
   187  2022-06-03T03:38:29.143579Z	info	cache	returned workload trust anchor from cache	ttl=23h59m58.856427916s
   188  2022-06-03T03:38:29.143972Z	info	ads	SDS: PUSH request for node:ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb.ingress-nginx resources:1 size:2.0kB resource:ROOTCA
   189  2022-06-03T03:38:29.183747Z	info	ads	ADS: new connection for node:ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb.ingress-nginx-2
   190  2022-06-03T03:38:29.183884Z	info	cache	returned workload certificate from cache	ttl=23h59m58.816122243s
   191  2022-06-03T03:38:29.184026Z	info	ads	SDS: PUSH request for node:ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb.ingress-nginx resources:1 size:9.2kB resource:default
   192  2022-06-03T03:38:32.006728Z	info	Readiness succeeded in 3.911204669s
   193  2022-06-03T03:38:32.007109Z	info	Envoy proxy is ready
   194  2022-06-03T04:09:36.358246Z	info	xdsproxy	connected to upstream XDS server: istiod.istio-system.svc:15012
   195  2022-06-03T04:38:35.548745Z	info	xdsproxy	connected to upstream XDS server: istiod.istio-system.svc:15012
   196  ==== END logs for container istio-proxy of pod ingress-nginx/ingress-controller-ingress-nginx-controller-6b8bb69d6d-74bgb ====