Skip to content

istio-proxy in bookinfo example keeps spamming lds fetch error , currently only static (non-CDS) clusters are supported #1763

@archerbj

Description

@archerbj

Istio version : 0.2.12
kubernetes version: 1.7

kubectl logs reviews-v3-3111649755-vwwkp istio-proxy
root@ETIvm21-0 kube]# kubectl logs reviews-v3-3111649755-vwwkp istio-proxy
I1117 09:39:56.925308       1 main.go:65] Version root@c97afd9816cb-998e0e00d375688bcb2af042fc81a60ce5264009-998e0e00d375688bcb2af042fc81a60ce5264009
I1117 09:39:56.925630       1 main.go:104] Proxy role: proxy.Node{Type:"sidecar", IPAddress:"10.1.234.2", ID:"reviews-v3-3111649755-vwwkp.default", Domain:"default.svc.cluster.local"}
I1117 09:39:56.925834       1 resolve.go:21] Attempting to lookup address: istio-mixer.istio-system
I1117 09:39:56.929193       1 resolve.go:31] Addr resolved to: 10.0.0.64:9125
I1117 09:39:56.929220       1 resolve.go:32] Finished lookup of address: istio-mixer.istio-system
I1117 09:39:56.930067       1 main.go:136] Effective config: binaryPath: /usr/local/bin/envoy
configPath: /etc/istio/proxy
connectTimeout: 10.000s
discoveryAddress: istio-pilot.istio-system:8080
discoveryRefreshDelay: 1.000s
drainDuration: 45.000s
parentShutdownDuration: 60.000s
proxyAdminPort: 15000
serviceCluster: reviews
statsdUdpAddress: 10.0.0.64:9125
zipkinAddress: zipkin.istio-system:9411
I1117 09:39:56.930103       1 main.go:155] Monitored certs: []envoy.CertSource{envoy.CertSource{Directory:"/etc/certs/", Files:[]string{"cert-chain.pem", "key.pem", "root-cert.pem"}}}
I1117 09:39:56.930516       1 agent.go:164] Starting proxy agent
I1117 09:39:56.930676       1 agent.go:186] Received new config, resetting budget
I1117 09:39:56.930701       1 agent.go:261] Reconciling configuration (budget 10)
I1117 09:39:56.930771       1 agent.go:281] Epoch 0 starting
I1117 09:39:56.930811       1 config.go:47] writing configuration to /etc/istio/proxy/envoy-rev0.json
{
  "listeners": [],
  "lds": {
    "cluster": "lds",
    "refresh_delay_ms": 1000
  },
  "admin": {
    "access_log_path": "/dev/stdout",
    "address": "tcp://127.0.0.1:15000"
  },
  "cluster_manager": {
    "clusters": [
      {
        "name": "rds",
        "connect_timeout_ms": 10000,
        "type": "strict_dns",
        "lb_type": "round_robin",
        "hosts": [
          {
            "url": "tcp://istio-pilot.istio-system:8080"
          }
        ]
      },
      {
        "name": "lds",
        "connect_timeout_ms": 10000,
        "type": "strict_dns",
        "lb_type": "round_robin",
        "hosts": [
          {
            "url": "tcp://istio-pilot.istio-system:8080"
          }
        ]
      },
      {
        "name": "zipkin",
        "connect_timeout_ms": 10000,
        "type": "strict_dns",
        "lb_type": "round_robin",
        "hosts": [
          {
            "url": "tcp://zipkin.istio-system:9411"
          }
        ]
      }
    ],
    "sds": {
      "cluster": {
        "name": "sds",
        "connect_timeout_ms": 10000,
        "type": "strict_dns",
        "lb_type": "round_robin",
        "hosts": [
          {
            "url": "tcp://istio-pilot.istio-system:8080"
          }
        ]
      },
      "refresh_delay_ms": 1000
    },
    "cds": {
      "cluster": {
        "name": "cds",
        "connect_timeout_ms": 10000,
        "type": "strict_dns",
        "lb_type": "round_robin",
        "hosts": [
          {
            "url": "tcp://istio-pilot.istio-system:8080"
          }
        ]
      },
      "refresh_delay_ms": 1000
    }
  },
  "statsd_udp_ip_address": "10.0.0.64:9125",
  "tracing": {
    "http": {
      "driver": {
        "type": "zipkin",
        "config": {
          "collector_cluster": "zipkin",
          "collector_endpoint": "/api/v1/spans"
        }
      }
    }
  }
}I1117 09:39:56.932252       1 watcher.go:258] Envoy command: [-c /etc/istio/proxy/envoy-rev0.json --restart-epoch 0 --drain-time-s 45 --parent-shutdown-time-s 60 --service-cluster reviews --service-node sidecar~10.1.234.2~reviews-v3-3111649755-vwwkp.default~default.svc.cluster.local]
[2017-11-17 09:39:56.981][17][warning][main] external/envoy/source/server/server.cc:164] initializing epoch 0 (hot restart version=8.2490552)
[2017-11-17 09:39:56.998][17][warning][main] external/envoy/source/server/server.cc:332] starting main dispatch loop
[2017-11-17 09:39:58.514][17][warning][main] external/envoy/source/server/server.cc:316] all clusters initialized. initializing init manager
[2017-11-17 09:39:58.939][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:39:58.970][17][warning][config] external/envoy/source/server/listener_manager_impl.cc:451] all dependencies initialized. starting workers
[2017-11-17 09:40:00.025][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:01.957][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:03.210][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:04.331][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:05.811][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:07.647][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:09.102][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:10.409][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported
[2017-11-17 09:40:11.983][17][warning][upstream] external/envoy/source/server/lds_subscription.cc:65] lds: fetch failure: redis: invalid cluster 'out.be9db94ac1476924d3afc236c47f56bda69f5033': currently only static (non-CDS) clusters are supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions