Tomasz Krol
10/04/2023, 12:42 PMCaused by: <http://javax.net|javax.net>.ssl.SSLPeerUnverifiedException: Hostname fdff:d85b:be62::1 not verified:
certificate: sha256/
DN: CN=kube-apiserver
subjectAltNames: [ , kubernetes, kubernetes.default, kubernetes.default.svc, kubernetes.default.svc.cluster.local]
I found this thread :
https://www.mail-archive.com/user@flink.apache.org/msg51342.html
That setting this variable resolved this issue KUBERNETES_DISABLE_HOSTNAME_VERIFICATION=true`. I set this in my operator container and in my app but no luck.
I was wondering if someone has had similar issue and know how to resolve it?Tomasz Krol
10/04/2023, 12:47 PMJoao Boto
10/04/2023, 12:54 PMTomasz Krol
10/04/2023, 1:31 PMTomasz Krol
10/04/2023, 2:18 PM