This message was deleted.
# extensions
a
This message was deleted.
s
That looks like a general connectivity issue between your container / cluster and the outside world
The extension framework won't be doing anything special on top of that
g
Yeah but could install elemental crds or operator through helm. when tried click the install elemental it gives this weird error.
s
if you installed via helm within your host, that would take the route host --> outside world rather than container / cluster --> host --> outside world
g
Ohh ok... but i actually was trying to install elemental_ui extension using your git repo using yarn but then getting [HPM] Error occurred while proxying request x.x.x.x8008/api/v1/namespaces/cattle ui plugin system/services/<httpui-plugin-operator:80/proxy/index.json> to http://localhost:8989/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors) Any idea as how to use no_proxy for yarn???
s
I don't think we have a flow where yarn is used to install an extension. Could you describe what you're trying to do?
g
this is what i am trying to follow https://github.com/rancher/elemental-ui
s
Those instructions are for developing the elemental extension. For any other use case you will need to install and manage the elemental extension via the Rancher UI
g
Ohh alright got you... thanks. for whatever reasons i am unable to install elemental extension in a proxy environment
Finally was able to fix this by setting the proxy for the elemental pod deployment. the pod created for elemental was not considering the docker set proxy hence needed to set separately and I was able to resolve. we have to set the proxy manually after we enable the extension and before the plugin installation.