Re: Moving a folder when deployed on Kubernetes

2018-02-16 Thread vbm
Hi, The folder ignite-rest-http can be added to the classpath by modifying the value of OPTION_LIBS section in https://apacheignite.readme.io/docs/kubernetes-deployment#section-ignite-pods-deployment It should be as below: - name: OPTION_LIBS value: ignite-kubernetes,ignite-rest-http Re

Re: Moving a folder when deployed on Kubernetes

2018-02-16 Thread Mikhail
Hi, Your question has been asked before: http://apache-ignite-users.70518.x6.nabble.com/Web-Console-on-Kubernetes-Cluster-td18591.html Unfortunately, there's no docker image for web agent, so you need to prepare and install it manually like any other regular java application. thanks, Mike. --

Moving a folder when deployed on Kubernetes

2018-02-15 Thread Stéphane Thibaud
Hello! I am wondering how I should move the folder as suggested on https://apacheignite-tools.readme.io/docs/getting-started#ignite-web-agent , when I have deployed on Google Cloud’s Kubernetes using this guide: https: