Re: Error installing Ignite on K8s

2019-05-08 Thread Vladimir Pligin
Hi, As far as can see you're facing an issue related to k8s service configuration. It's quite difficult to say whether you have issues with Ignite pods at this stage. So let's try to figure it out step by step. I suppose that the error is related to load balancing. As far as I know AWS provides

Re: Error installing Ignite on K8s

2019-05-07 Thread sv
Denis, I am going by the latest updated docs. The instructions DO NOT work as described, producing the error above, same as last year. Of course, this is for thin clients connecting from outside the cluster. Your instructions state: "The sessionAffinity used below is required only if Ignite

Re: Error installing Ignite on K8s

2019-05-06 Thread Denis Magda
Hi, Please check the updated docs. For instance, this section elaborates on sessionAffinity key usage: https://apacheignite.readme.io/docs/ignite-service#section-ignite-service-deployment Plus, depending on your cloud environment, you have an option of using getting started guides created for

Re: Error installing Ignite on K8s

2019-05-04 Thread sv
Ok.. so what IS the proper way to use sessionAffinity? I am also getting the same error, using the same yaml. Warning  CreatingLoadBalancerFailed  7s (x10 over 17m)  service-controller  Error creating load balancer (will retry): failed to ensure load balancer for service ignite/ignite:

Re: Error installing Ignite on K8s

2018-09-11 Thread Jeff Simon
Hi Denis, Yes, all of our apps reside in k8s, so there would be no need for external access. Thanks for the info! Jeff From: Denis Magda Reply-To: "user@ignite.apache.org" Date: Tuesday, September 11, 2018 at 8:30 AM To: "user@ignite.apache.org" Subject: Re: Error inst

Re: Error installing Ignite on K8s

2018-09-11 Thread Denis Magda
Jeff, The sessionAffinity is needed only if you plan to access Ignite cluster deployed in K8 from an application deployed outside of it. For instance, it will ensure that a remote JDBC session will stick to a specific Ignite pod. However, if all your applications are deployed in K8 as well then

Re: Error installing Ignite on K8s

2018-09-11 Thread Jeff Simon
Yes if I remove session affinity it works. So my question is does ignite require sessionAffinity? And to be honest, I'm not really sure what we are using ignite for since it seems to be a multi-purpose app. I think we are going to use for caching. So would session affinity be required for

Re: Error installing Ignite on K8s

2018-09-10 Thread vkulichenko
Does it work without specifying sessionAffinity? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Error installing Ignite on K8s

2018-09-10 Thread Jeff Simon
Hi, trying to install ignite on k8s running on ec2. K8s cluster is running on EC2 in AWS (not using EKS.) Following the guide at https://apacheignite.readme.io/docs/stateless-deployment Getting the following error when trying to create the k8s service: "unsupported load balancer affinity: