Re: Recommended Way to expose Karaf WebConsole in Kubernetes

2018-11-09 Thread Francois Papon
Hi, You can expose the webconsole over HTTPS instead of HTTP : http://karaf.apache.org/manual/latest/#_webcontainer_jsp_servlet regards, François Papon fpa...@apache.org Le 09/11/2018 à 20:29, imranrazakhan a écrit : > Hi, > > I want to expose Karaf WebConsole "http://localhost:8181/system/con

Recommended Way to expose Karaf WebConsole in Kubernetes

2018-11-09 Thread imranrazakhan
Hi, I want to expose Karaf WebConsole "http://localhost:8181/system/console"; out of Kubernetes/openshift cluster, Whats recommendation keeping in view security? I have created service like below - apiVersion: v1 kind: Service metadata: name: karaf spec: external

Re: [4.2] Feature resolver when no name space are defined?

2018-11-09 Thread Jean-Baptiste Onofré
Hi Nino, First, you should have a warning in the log. Then, on Karaf 4.2.x, it assumes 1.5.0 xmlns (with all the features resolver features involved). Regards JB On 09/11/2018 15:29, nino martinez wael wrote: > Hi > > Im wondering what happens if a feature file with no name space are > processe

[4.2] Feature resolver when no name space are defined?

2018-11-09 Thread nino martinez wael
Hi Im wondering what happens if a feature file with no name space are processed? like: ... .. I am expiriencing a lot of component restarts when installing features from the file. Theres also a couple of features that have prerequite attribute feature.. Not sure if this impacts someting? -