Giter Site home page Giter Site logo

Istio stable-mesh test is broken about net-istio HOT 8 CLOSED

nak3 avatar nak3 commented on September 27, 2024
Istio stable-mesh test is broken

from net-istio.

Comments (8)

tcnghia avatar tcnghia commented on September 27, 2024

cc @mattmoor

from net-istio.

nak3 avatar nak3 commented on September 27, 2024

I am suspecting this Istio's issue istio/istio#23463. The DestinationRule and some behavior were different whether external service has the port or not.

from net-istio.

tcnghia avatar tcnghia commented on September 27, 2024

@nak3 I think this is fixed in 1.6?

from net-istio.

tcnghia avatar tcnghia commented on September 27, 2024

cc @ZhiminXiang @JRBANCEL @Cynocracy

from net-istio.

JRBANCEL avatar JRBANCEL commented on September 27, 2024

It is still broken.
The webhook Container of webhook Pod never gets ready (example), because the probes defined here:

2020-10-02T01:16:54.849646Z	error	Request to probe app failed: Get "https://localhost:8443/": remote error: tls: internal error, original URL path = /app-health/webhook/readyz app URL path = /
2020-10-02T01:16:55.347043Z	error	Request to probe app failed: Get "https://localhost:8443/": remote error: tls: internal error, original URL path = /app-health/webhook/livez app URL path = /

It might be an Istio issue, see this similar issue.

from net-istio.

JRBANCEL avatar JRBANCEL commented on September 27, 2024

What seems to be happening is that Kubelet does indeed call the modified probes (on Istio Proxy) and then the proxy calls the Webhook probes, but this fails with the not useful remote error: tls: internal error.
I suspect that it fails because this is endpoint uses a self-signed certificate.

from net-istio.

JRBANCEL avatar JRBANCEL commented on September 27, 2024

Istio skips TLS validation: https://github.com/istio/istio/blob/master/pilot/cmd/pilot-agent/status/server.go#L421
So it is failing for another reason. In the webhook logs I see 2020/10/02 01:20:23 http: TLS handshake error from 127.0.0.1:55830: server key missing.
Someone complained about this recently: knative/eventing#4165

from net-istio.

nak3 avatar nak3 commented on September 27, 2024

Closing. There are still some failures but they are tracked by #340.

from net-istio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.