Guillaume Moutier

Results 26 comments of Guillaume Moutier

This could be an interesting workaround. Although a better solution would be to have a real CSI driver that kind of does the same job. It could work with definining...

@claytonlemons Sorry, forgot to answer your question. No, you cannot do this dynamically. Everything is allocated/mounted by Kubernetes at the creation of the pod.

In a standard configuration, yes. If the entries are disabled, the icons don't show (so standard behaviour). But with the jupyter-lmod extension, there [is this code](https://github.com/cmd-ntrf/jupyter-lmod/blob/9ddb49d5f3cc6ddc196f5e1c597f2e1b76af7d2d/jupyterlab/src/index.ts#L236) that sets it to...

@yuvipanda Do you need any other info?

@yuvipanda Hi! I'm bumping this because we are thinking/working on integrating [the extension I mentioned](https://github.com/cmd-ntrf/jupyter-lmod) into the [Elyra project](https://elyra.readthedocs.io/). Before proceeding I have some cleanup to do. And depending on...

Hi! If you are still interested, here is some wip for Nifi 15.0 deployment on OpenShift. It's part of a manifest work for OpenDataHub (ODH). I created custom container images...

Yeah, sorry about that. I'm still making some changes, fighting with nodes that sometimes join the cluster, sometimes not. I'm still trying to figure this out. With 3 nodes for...

OK, here it is finally, fully tested and documented: https://github.com/guimou/odh-manifests/tree/nifi/nifi It is normally meant to be used as a KfDef for Open Data Hub or Kubeflow, but you can use...

@gil0109 OK, quick recipe then: - in the base folder, edit kustomization.yaml and change the namespace parameter for the name you want - in the same folder, edit params.env to...

@martinzugnoni We have a different approach that may be useful for you or other people dealing with this problem. All our installation is based on OpenShift, but that must work...