github.com/verrazzano/verrazzano@v1.7.0/tools/vz/pkg/analysis/test/cluster/ingress-ip-not-found/cluster-snapshot/verrazzano-ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj/logs.txt (about) 1 # Copyright (c) 2023, 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-defaultbackend-56c5fbc6b8xhplj ==== 5 2022-05-25T13:19:23.336792Z 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-05-25T13:19:23.336855Z 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,8080,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-05-25T13:19:23.337673Z info Writing following contents to rules file: /tmp/iptables-rules-1653484763336960697.txt2751679512 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 PREROUTING -p tcp -j ISTIO_INBOUND 55 -A ISTIO_INBOUND -p tcp --dport 15090 -j RETURN 56 -A ISTIO_INBOUND -p tcp --dport 15021 -j RETURN 57 -A ISTIO_INBOUND -p tcp --dport 8080 -j RETURN 58 -A ISTIO_INBOUND -p tcp --dport 15020 -j RETURN 59 -A ISTIO_INBOUND -p tcp -j ISTIO_IN_REDIRECT 60 -A OUTPUT -p tcp -j ISTIO_OUTPUT 61 -A ISTIO_OUTPUT -o lo -s REDACTED-IP4-ADDRESS/32 -j RETURN 62 -A ISTIO_OUTPUT -o lo ! -d REDACTED-IP4-ADDRESS/32 -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT 63 -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1337 -j RETURN 64 -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN 65 -A ISTIO_OUTPUT -o lo ! -d REDACTED-IP4-ADDRESS/32 -m owner --gid-owner 1337 -j ISTIO_IN_REDIRECT 66 -A ISTIO_OUTPUT -o lo -m owner ! --gid-owner 1337 -j RETURN 67 -A ISTIO_OUTPUT -m owner --gid-owner 1337 -j RETURN 68 -A ISTIO_OUTPUT -d REDACTED-IP4-ADDRESS/32 -j RETURN 69 -A ISTIO_OUTPUT -j ISTIO_REDIRECT 70 COMMIT 71 2022-05-25T13:19:23.337735Z info Running command: iptables-restore --noflush /tmp/iptables-rules-1653484763336960697.txt2751679512 72 2022-05-25T13:19:23.362153Z info Writing following contents to rules file: /tmp/ip6tables-rules-1653484763362059527.txt3471280926 73 74 2022-05-25T13:19:23.362190Z info Running command: ip6tables-restore --noflush /tmp/ip6tables-rules-1653484763362059527.txt3471280926 75 2022-05-25T13:19:23.374100Z info Running command: iptables-save 76 2022-05-25T13:19:23.392091Z info Command output: 77 # Generated by iptables-save v1.4.21 on Wed May 25 13:19:23 2022 78 *nat 79 :PREROUTING ACCEPT [0:0] 80 :INPUT ACCEPT [0:0] 81 :OUTPUT ACCEPT [0:0] 82 :POSTROUTING ACCEPT [0:0] 83 :ISTIO_INBOUND - [0:0] 84 :ISTIO_IN_REDIRECT - [0:0] 85 :ISTIO_OUTPUT - [0:0] 86 :ISTIO_REDIRECT - [0:0] 87 -A PREROUTING -p tcp -j ISTIO_INBOUND 88 -A OUTPUT -p tcp -j ISTIO_OUTPUT 89 -A ISTIO_INBOUND -p tcp -m tcp --dport 15008 -j RETURN 90 -A ISTIO_INBOUND -p tcp -m tcp --dport 15090 -j RETURN 91 -A ISTIO_INBOUND -p tcp -m tcp --dport 15021 -j RETURN 92 -A ISTIO_INBOUND -p tcp -m tcp --dport 8080 -j RETURN 93 -A ISTIO_INBOUND -p tcp -m tcp --dport 15020 -j RETURN 94 -A ISTIO_INBOUND -p tcp -j ISTIO_IN_REDIRECT 95 -A ISTIO_IN_REDIRECT -p tcp -j REDIRECT --to-ports 15006 96 -A ISTIO_OUTPUT -s REDACTED-IP4-ADDRESS/32 -o lo -j RETURN 97 -A ISTIO_OUTPUT ! -d REDACTED-IP4-ADDRESS/32 -o lo -m owner --uid-owner 1337 -j ISTIO_IN_REDIRECT 98 -A ISTIO_OUTPUT -o lo -m owner ! --uid-owner 1337 -j RETURN 99 -A ISTIO_OUTPUT -m owner --uid-owner 1337 -j RETURN 100 -A ISTIO_OUTPUT ! -d REDACTED-IP4-ADDRESS/32 -o lo -m owner --gid-owner 1337 -j ISTIO_IN_REDIRECT 101 -A ISTIO_OUTPUT -o lo -m owner ! --gid-owner 1337 -j RETURN 102 -A ISTIO_OUTPUT -m owner --gid-owner 1337 -j RETURN 103 -A ISTIO_OUTPUT -d REDACTED-IP4-ADDRESS/32 -j RETURN 104 -A ISTIO_OUTPUT -j ISTIO_REDIRECT 105 -A ISTIO_REDIRECT -p tcp -j REDIRECT --to-ports 15001 106 COMMIT 107 # Completed on Wed May 25 13:19:23 2022 108 109 ==== END logs for container istio-init of pod ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj ==== 110 ==== START logs for container ingress-nginx-default-backend of pod ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj ==== 111 2022/05/25 13:25:17 format not specified. Using text/html 112 2022/05/25 13:25:17 unexpected error reading return code: strconv.Atoi: parsing "": invalid syntax. Using 404 113 2022/05/25 13:25:17 serving custom error response for code 404 and format text/html from file /www/404.html 114 ==== END logs for container ingress-nginx-default-backend of pod ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj ==== 115 ==== START logs for container istio-proxy of pod ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj ==== 116 2022-05-25T13:19:42.044791Z info FLAG: --concurrency="2" 117 2022-05-25T13:19:42.044829Z info FLAG: --domain="ingress-nginx.svc.cluster.local" 118 2022-05-25T13:19:42.044839Z info FLAG: --help="false" 119 2022-05-25T13:19:42.044846Z info FLAG: --log_as_json="false" 120 2022-05-25T13:19:42.044853Z info FLAG: --log_caller="" 121 2022-05-25T13:19:42.044861Z info FLAG: --log_output_level="default:info" 122 2022-05-25T13:19:42.044887Z info FLAG: --log_rotate="" 123 2022-05-25T13:19:42.044894Z info FLAG: --log_rotate_max_age="30" 124 2022-05-25T13:19:42.044901Z info FLAG: --log_rotate_max_backups="1000" 125 2022-05-25T13:19:42.044908Z info FLAG: --log_rotate_max_size="104857600" 126 2022-05-25T13:19:42.044916Z info FLAG: --log_stacktrace_level="default:none" 127 2022-05-25T13:19:42.044931Z info FLAG: --log_target="[stdout]" 128 2022-05-25T13:19:42.044941Z info FLAG: --meshConfig="./etc/istio/config/mesh" 129 2022-05-25T13:19:42.044947Z info FLAG: --outlierLogPath="" 130 2022-05-25T13:19:42.044955Z info FLAG: --proxyComponentLogLevel="misc:error" 131 2022-05-25T13:19:42.044961Z info FLAG: --proxyLogLevel="warning" 132 2022-05-25T13:19:42.044968Z info FLAG: --serviceCluster="istio-proxy" 133 2022-05-25T13:19:42.044975Z info FLAG: --stsPort="0" 134 2022-05-25T13:19:42.044983Z info FLAG: --templateFile="" 135 2022-05-25T13:19:42.044991Z info FLAG: --tokenManagerPlugin="GoogleTokenExchange" 136 2022-05-25T13:19:42.045012Z info FLAG: --vklog="0" 137 2022-05-25T13:19:42.045022Z info Version 1.13.2-f84f69d1028e874d568f2942c5bab5271fcdeda7-Clean 138 2022-05-25T13:19:42.045551Z info Proxy role ips=[REDACTED-IP4-ADDRESS fe80::a886:44ff:fe4c:89c] type=sidecar id=ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj.ingress-nginx domain=ingress-nginx.svc.cluster.local 139 2022-05-25T13:19:42.045645Z info Apply proxy config from env {} 140 141 2022-05-25T13:19:42.052524Z info Effective config: binaryPath: /usr/local/bin/envoy 142 concurrency: 2 143 configPath: ./etc/istio/proxy 144 controlPlaneAuthPolicy: MUTUAL_TLS 145 discoveryAddress: istiod.istio-system.svc:15012 146 drainDuration: 45s 147 parentShutdownDuration: 60s 148 proxyAdminPort: 15000 149 serviceCluster: istio-proxy 150 statNameLength: 189 151 statusPort: 15020 152 terminationDrainDuration: 5s 153 tracing: 154 zipkin: 155 address: zipkin.istio-system:9411 156 157 2022-05-25T13:19:42.052566Z info JWT policy is third-party-jwt 158 2022-05-25T13:19:42.077309Z info CA Endpoint istiod.istio-system.svc:15012, provider Citadel 159 2022-05-25T13:19:42.077471Z info Using CA istiod.istio-system.svc:15012 cert with certs: var/run/secrets/istio/root-cert.pem 160 2022-05-25T13:19:42.077617Z info citadelclient Citadel client using custom root cert: var/run/secrets/istio/root-cert.pem 161 2022-05-25T13:19:42.077716Z info Opening status port 15020 162 2022-05-25T13:19:42.105424Z info ads All caches have been synced up in 65.799681ms, marking server ready 163 2022-05-25T13:19:42.106339Z info sds SDS server for workload certificates started, listening on "etc/istio/proxy/SDS" 164 2022-05-25T13:19:42.106383Z info xdsproxy Initializing with upstream address "istiod.istio-system.svc:15012" and cluster "Kubernetes" 165 2022-05-25T13:19:42.109010Z info sds Starting SDS grpc server 166 2022-05-25T13:19:42.109168Z info starting Http service at REDACTED-IP4-ADDRESS:15004 167 2022-05-25T13:19:42.109275Z info Pilot SAN: [istiod.istio-system.svc] 168 2022-05-25T13:19:42.112174Z info Starting proxy agent 169 2022-05-25T13:19:42.112236Z info Epoch 0 starting 170 2022-05-25T13:19:42.112268Z 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] 171 2022-05-25T13:19:42.645255Z info cache generated new workload certificate latency=539.429077ms ttl=23h59m59.354774831s 172 2022-05-25T13:19:42.645599Z info cache Root cert has changed, start rotating root cert 173 2022-05-25T13:19:42.646589Z info ads XDS: Incremental Pushing:0 ConnectedEndpoints:0 Version: 174 2022-05-25T13:19:42.646784Z info cache returned workload trust anchor from cache ttl=23h59m59.353224092s 175 2022-05-25T13:19:43.034926Z info xdsproxy connected to upstream XDS server: istiod.istio-system.svc:15012 176 2022-05-25T13:19:43.405677Z info ads ADS: new connection for node:ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj.ingress-nginx-1 177 2022-05-25T13:19:43.405846Z info cache returned workload trust anchor from cache ttl=23h59m58.594163986s 178 2022-05-25T13:19:43.406421Z info ads SDS: PUSH request for node:ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj.ingress-nginx resources:1 size:2.0kB resource:ROOTCA 179 2022-05-25T13:19:43.445314Z info ads ADS: new connection for node:ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj.ingress-nginx-2 180 2022-05-25T13:19:43.445458Z info cache returned workload certificate from cache ttl=23h59m58.554551381s 181 2022-05-25T13:19:43.445669Z info ads SDS: PUSH request for node:ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj.ingress-nginx resources:1 size:9.2kB resource:default 182 2022-05-25T13:19:44.853951Z info Readiness succeeded in 2.813086398s 183 2022-05-25T13:19:44.854434Z info Envoy proxy is ready 184 ==== END logs for container istio-proxy of pod ingress-nginx/ingress-controller-ingress-nginx-defaultbackend-56c5fbc6b8xhplj ====