huangfushun created IGNITE-6475:
-----------------------------------
Summary: Support insecure connection for k8s ip finder
Key: IGNITE-6475
URL: https://issues.apache.org/jira/browse/IGNITE-6475
Project: Ignite
Issue Type: Improvement
Components: general
Affects Versions: 2.2
Reporter: huangfushun
Fix For: 2.3
Current kubernetes ip finder use secure api by
default(https://kubernetes.default.svc.cluster.local:443). would suggest to
both support insecure connection as this is the default behavior when setup k8s
api server.
this can be easily done by checking master url is start with "http" or "https"
then determin if use ssl or not.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)